Sha256: 7ad649ac1fa13123cae935914b4ef6329c5a3fc56f0ee63c70d61c8dd7bba0fe
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
require File.expand_path('../boot', __FILE__) require 'action_controller/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 JasonApp class Application < Rails::Application # Configure the default encoding used in templates for Ruby 1.9. config.encoding = 'utf-8' end end
Version data entries
7 entries across 7 versions & 1 rubygems