Skip to content

Commit

Permalink
Add @BJ@ to the list of plugins to be loaded when runing DB-related r…
Browse files Browse the repository at this point in the history
…ake tasks
  • Loading branch information
Daniel Martin committed Mar 12, 2011
1 parent f0cdbcb commit ea641e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -35,7 +35,7 @@ class Application < Rails::Application
# At least include the project_management plugin that will allow us to
# create a project package (for backup) and is known not to interact with
# the DB
config.plugins = [:acts_as_tree, :project_management ]
config.plugins = [:acts_as_tree, :project_management, :bj]
else
config.active_record.observers = :revision_observer
end
Expand Down

0 comments on commit ea641e3

Please sign in to comment.