Skip to content

Commit

Permalink
Require sprockets in application.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaskins committed Sep 13, 2011
1 parent 5847f44 commit 0970835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require "action_controller/railtie"
require "action_mailer/railtie"
require "active_resource/railtie"
require "sprockets/railtie"

# We don't want test_unit or tasks like db:test:prepare, so we commented out
# require "rails/test_unit/railtie"
Expand Down

0 comments on commit 0970835

Please sign in to comment.