Created
March 15, 2012 08:17
-
-
Save johnbeynon/2042899 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if defined?(Bundler) | |
# If you have a Gemfile, require the gems listed there, including any gems | |
#gems you've limited to :test, :development, or :production. | |
Bundler.require(*Rails.groups(:assets => %w{development test})) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment