Sha256: 9570d9ab90f74568b02b3e1f0e6a0578e50219e4a6fdee4c3f045ba20aa999ec
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 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 MarbleApp class Application < Rails::Application # Configure the default encoding used in templates for Ruby 1.9. config.encoding = 'utf-8' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marble-0.1.0 | test/rails/config/application.rb |