RubyGems Navigation menu

e9_crm 0.1.34

*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.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.1.34 - October 14, 2011 (52KB)
  2. 0.1.33 - October 12, 2011 (51.5KB)
  3. 0.1.32 - October 12, 2011 (51.5KB)
  4. 0.1.31 - October 12, 2011 (51.5KB)
  5. 0.1.30 - October 12, 2011 (51.5KB)
全てのバージョンを表示(全32件)

Runtime依存関係 (2):

kramdown ~> 0.13
money >= 0

所有者:

作者:

  • Travis Cox

SHA 256チェックサム:

bdf9e1d561d126d12d992ace7b57b3ba1dd5459e8cbc8e4b8ddc007772805ecc

累計ダウンロード数 110,900

このバージョンのみ 5,400

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: