Skip to content

Commit

Permalink
make sure rubber initialized before rails config initializers run so …
Browse files Browse the repository at this point in the history
…that we can use rubber config in initializer code
  • Loading branch information
wr0ngway committed Mar 27, 2012
1 parent 605617b commit 7f61896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubber/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Rubber

class Railtie < Rails::Railtie

initializer "rubber.configure_rails_initialization" do
initializer "rubber.configure_rails_initialization", :before => :load_config_initializers do
Rubber::initialize(Rails.root, Rails.env)
end

Expand Down

0 comments on commit 7f61896

Please sign in to comment.