RubyGems Navigation menu

e9_crm 0.1.7

CRM Plugin for the e9 CMS ========================= It should be noted that while this plugin is intended for use in the e9 CMS, it does neither includes nor requires it. 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.

Gemfile:
= Copy to clipboard Copied!

instalar:
=

Versões:

  1. 0.1.34 - October 14, 2011 (52 KB)
  2. 0.1.33 - October 12, 2011 (51,5 KB)
  3. 0.1.32 - October 12, 2011 (51,5 KB)
  4. 0.1.31 - October 12, 2011 (51,5 KB)
  5. 0.1.30 - October 12, 2011 (51,5 KB)
  6. 0.1.7 - May 20, 2011 (41,5 KB)
Mostrar todas as versões (32)

Runtime Dependencies (7):

e9_rails ~> 0.0.14
e9_tags ~> 0.0.11
has_scope >= 0
money >= 0
rails ~> 3.0.0

Donos:

Autores:

  • Travis Cox

SHA 256 checksum:

3fabd49a9c61a02f6ac7a7b63d38467a7d4eebd89fb2d95c3a887608432698a9

Total de downloads 110.930

Desta versão 3.651

Licenças:

N/A

Versão Requerida do Ruby: Nenhum

Links: