Skip to content

Commit

Permalink
update bundler path
Browse files Browse the repository at this point in the history
  • Loading branch information
jwang committed Jul 28, 2011
1 parent eae1501 commit 8891e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -9,7 +9,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 Rbxlotto
class Application < Rails::Application
Expand Down

0 comments on commit 8891e2d

Please sign in to comment.