Sha256: ebb137b104b5efc808ddfba5e0211603597ea7528aaf024413a28eb6aed60273
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
require_relative 'boot' require 'action_controller/railtie' require 'action_mailer/railtie' require 'sprockets/railtie' require 'rails/test_unit/railtie' require 'teaspoon-mocha' require 'workarea' require 'workarea/admin' require 'workarea/storefront' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) require 'workarea/hover_zoom' module Dummy class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. I18n.enforce_available_locales = false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-hover_zoom-3.0.0 | test/dummy/config/application.rb |