Commit 9430f210fcdd761feb7fdddf423e5854381fda20
1 parent
7b646c73
Exists in
master
and in
29 other branches
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 | 79 | # several local libraries |
80 | 80 | require 'noosfero' |
81 | 81 | |
82 | +# locally-developed modules | |
82 | 83 | require 'acts_as_filesystem' |
83 | 84 | require 'acts_as_searchable' |
84 | 85 | require 'acts_as_having_boxes' |
86 | +require 'acts_as_having_settings' | |
85 | 87 | |
86 | 88 | # to the hell, I want all my models loaded before the application run anything |
87 | 89 | Dir.glob("#{RAILS_ROOT}/app/models/*.rb").each do |model| | ... | ... |