Sha256: 0fa042765f12cf1b43e352fcb7b89b00bed24ad58e295f1182c2eab37d4e79e6
Contents?: true
Size: 595 Bytes
Versions: 12
Compression:
Stored size: 595 Bytes
Contents
require File.expand_path('../boot', __FILE__) # Pick the frameworks you want: # require "active_record/railtie" require "action_controller/railtie" require "action_mailer/railtie" require "active_resource/railtie" require "rails/test_unit/railtie" # 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 Rails30 class Application < Rails::Application config.encoding = "utf-8" config.roadie.url_options = {host: 'example.app.org'} end end
Version data entries
12 entries across 12 versions & 1 rubygems