Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

e9_crm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

e9_crm

  • 0.1.34
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

NOTE his plugin requires the private e9_base CMS gem and WILL NOT WORK without it.

CRM Plugin for the e9 CMS

To use, add as a gem and install by running:

rails g e9_crm:install

Then modify the installed initializer as per your app, including the controller module in your desired controllers, with the final result looking something like this:

require 'e9_crm'

User.send :include, E9Crm::Backend::ActiveRecord

Rails.configuration.after_initialize do
  [
    MyFirstTrackedController,
    MySecondTrackedController
  ].each {|c| c.send(:include, E9Crm::TrackingController) }
end

NOTE: A few assumptions are made:

  1. Your app has a "User" model
  2. Your app has a controller method #current_user to return the currently logged in user.

FAQs

Package last updated on 14 Oct 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc