Sha256: 2209d16650c19be836b3215bdd116683ca9e6f2c6a4170f5c375cd20c9ebf3b5
Contents?: true
Size: 457 Bytes
Versions: 7
Compression:
Stored size: 457 Bytes
Contents
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 AdminDataDemo class Application < Rails::Application config.time_zone = 'Central Time (US & Canada)' config.encoding = "utf-8" config.filter_parameters += [:password] end end
Version data entries
7 entries across 7 versions & 2 rubygems