Sha256: b740ddd11c79fe5fa107938e98ecc026695bc5e9cad1781ed6385f5aaeb4cc35

Contents?: true

Size: 257 Bytes

Versions: 7

Compression:

Stored size: 257 Bytes

Contents

module HalfPipe
  class Engine < Rails::Engine

    config.before_configuration do
      config.half_pipe = ActiveSupport::OrderedOptions.new
      config.half_pipe.env = ActiveSupport::StringInquirer.new(ENV['HALF_PIPE_ENV'] || 'debug')
    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 lib/half-pipe/rails.rb
half-pipe-0.3.0.beta.1 lib/half-pipe/rails.rb
half-pipe-0.3.0.alpha.5 lib/half-pipe/rails.rb
half-pipe-0.3.0.alpha.4 lib/half-pipe/rails.rb
half-pipe-0.3.0.alpha.3 lib/half-pipe/rails.rb
half-pipe-0.3.0.alpha.2 lib/half-pipe/rails.rb
half-pipe-0.3.0.alpha.1 lib/half-pipe/rails.rb