Skip to content

Commit

Permalink
Adds Bushido initializer
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Apr 5, 2012
1 parent 6343d95 commit 3cda94b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/initializers/bushido.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require './lib/bushido/bushido_bootstrap.rb'
2 changes: 1 addition & 1 deletion lib/bushido/bushido_bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def self.load_hooks!
class BushidoRailtie < Rails::Railtie
config.to_prepare do
puts "Enabling Bushido"
Fulcrum::Bushido.enable_bushido!
Kandan::Bushido.enable_bushido!
puts "Finished enabling Bushido"
end
end
Expand Down

0 comments on commit 3cda94b

Please sign in to comment.