Commit 9430f210fcdd761feb7fdddf423e5854381fda20

Authored by AntonioTerceiro
1 parent 7b646c73

ActionItem41: require'ing the new module


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1318 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
config/environment.rb
@@ -79,9 +79,11 @@ Tag.hierarchical = true @@ -79,9 +79,11 @@ Tag.hierarchical = true
79 # several local libraries 79 # several local libraries
80 require 'noosfero' 80 require 'noosfero'
81 81
  82 +# locally-developed modules
82 require 'acts_as_filesystem' 83 require 'acts_as_filesystem'
83 require 'acts_as_searchable' 84 require 'acts_as_searchable'
84 require 'acts_as_having_boxes' 85 require 'acts_as_having_boxes'
  86 +require 'acts_as_having_settings'
85 87
86 # to the hell, I want all my models loaded before the application run anything 88 # to the hell, I want all my models loaded before the application run anything
87 Dir.glob("#{RAILS_ROOT}/app/models/*.rb").each do |model| 89 Dir.glob("#{RAILS_ROOT}/app/models/*.rb").each do |model|