Skip to content

Instantly share code, notes, and snippets.

@bscofield
Created August 29, 2011 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bscofield/1178214 to your computer and use it in GitHub Desktop.
Save bscofield/1178214 to your computer and use it in GitHub Desktop.
require File.expand_path('../boot', __FILE__)
require 'rails/all'
# 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)
module MysteryIncorporated
class Application < Rails::Application
# ...
config.generators do |g|
g.helper false
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment