Sha256: a83d373e09be2a9b37b904db06713708be8d932ac1a91757c1cb6d80285f3ae9

Contents?: true

Size: 635 Bytes

Versions: 4

Compression:

Stored size: 635 Bytes

Contents

# Copyright (c) 2008-2013 Michael Dvorkin and contributors.
#
# Fat Free CRM is freely distributable under the terms of MIT license.
# See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module FatFreeCRM
  class Engine < ::Rails::Engine
    config.autoload_paths += Dir[root.join("app/models/**")] +
                             Dir[root.join("app/controllers/entities")]
    config.active_record.observers = [:lead_observer, :opportunity_observer,
                                      :task_observer, :entity_observer]
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 lib/fat_free_crm/engine.rb
fat_free_crm-0.13.5 lib/fat_free_crm/engine.rb
fat_free_crm-0.13.4 lib/fat_free_crm/engine.rb
fat_free_crm-0.13.3 lib/fat_free_crm/engine.rb