Advertisement
Guest User

Untitled

a guest
Jan 31st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. require_relative 'boot'
  2.  
  3. require 'rails/all'
  4.  
  5. # Require the gems listed in Gemfile, including any gems
  6. # you've limited to :test, :development, or :production.
  7. Bundler.require(*Rails.groups)
  8.  
  9. module Blog
  10. class Application < Rails::Application
  11. # Settings in config/environments/* take precedence over those specified here.
  12. # Application configuration should go into files in config/initializers
  13. # -- all .rb files in that directory are automatically loaded.
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement