Sha256: fea1765404a0d38ae5dd5b9c1341719a6aa1e888ed93d8a68e8daadc98e1466b

Contents?: true

Size: 573 Bytes

Versions: 1

Compression:

Stored size: 573 Bytes

Contents

require File.expand_path('../boot', __FILE__)

require 'rails/all'

Bundler.require

require "blogit"

module Dummy
  class Application < Rails::Application
    # Configure the default encoding used in templates for Ruby 1.9.
    config.encoding = "utf-8"

    # Configure sensitive parameters which will be filtered from the log file.
    config.filter_parameters += [:password]

    # Version of your assets, change this if you want to expire all your assets
    config.assets.version = '1.0'


    # Enable the asset pipeline
    config.assets.enabled = true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blogit-0.5.0 spec/dummy/config/application.rb