Sha256: 617aa6b27907cc164f639e23c8ab95b2bb7ea3e27518d6e3bb488c309174185c

Contents?: true

Size: 666 Bytes

Versions: 6

Compression:

Stored size: 666 Bytes

Contents

require_relative "boot"

require "rails/all"

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
require "power_api"

module Dummy
  class Application < Rails::Application
    config.load_defaults Rails::VERSION::STRING.to_f

    # Configuration for the application, engines, and railties goes here.
    #
    # These settings can be overridden in specific environments using the files
    # in config/environments, which are processed later.
    #
    # config.time_zone = "Central Time (US & Canada)"
    # config.eager_load_paths << Rails.root.join("extras")
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
power_api-2.1.1 spec/dummy/config/application.rb
power_api-2.1.0 spec/dummy/config/application.rb
power_api-2.0.2 spec/dummy/config/application.rb
power_api-2.0.1 spec/dummy/config/application.rb
power_api-2.0.0 spec/dummy/config/application.rb
power_api-1.0.0 spec/dummy/config/application.rb