Sha256: ff8ff44ae6695e918e6763b3e512fd18317a9bc2828c0a8a6f330654c72d070e
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 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 Rails3 class Application < Rails::Application config.option_from_elasticonf = Settings.some_option end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elasticonf-rails-1.0.0 | spec/apps/rails_3.0/config/application.rb |
elasticonf-rails-1.0.0.beta | spec/apps/rails_3.0/config/application.rb |