Skip to content

Commit

Permalink
Update Bundler require in getting started application
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Mar 28, 2013
1 parent e2df5d0 commit bbaa8ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guides/code/getting_started/config/application.rb
Expand Up @@ -2,8 +2,9 @@


require 'rails/all' require 'rails/all'


# Assets should be precompiled for production (so we don't need the gems loaded then) # Require the gems listed in Gemfile, including any gems
Bundler.require(*Rails.groups(assets: %w(development test))) # you've limited to :test, :development, or :production.
Bundler.require(:default, Rails.env)


module Blog module Blog
class Application < Rails::Application class Application < Rails::Application
Expand Down

0 comments on commit bbaa8ab

Please sign in to comment.