Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Require the assets gropu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 4, 2011
1 parent 730fd6d commit 8dc7658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# If you have a Gemfile, require the gems listed there, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env) if defined?(Bundler)
Bundler.require(*Rails.groups(:assets)) if defined?(Bundler)

module Crosswords
class Application < Rails::Application
Expand Down

0 comments on commit 8dc7658

Please sign in to comment.