Skip to content

Commit

Permalink
fixed rails 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdavis committed Jul 26, 2011
1 parent 9c472b3 commit 5e89865
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/compass/app_integration/rails/actionpack30/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ class Railtie < Rails::Railtie
initializer "compass.initialize_rails" do |app|
# Configure compass for use within rails, and provide the project configuration
# that came via the rails boot process.
Compass::AppIntegration::Rails.check_for_double_boot!
Compass.discover_extensions!
Compass.configure_sass_plugin!
Compass.handle_configuration_change!
Compass::AppIntegration::Rails.initialize!(app.config.compass)
end
end
end

0 comments on commit 5e89865

Please sign in to comment.