Sha256: 71ecaa1f047faad9440b5b23c236dbaff5b33fbdbf45a44de8456bec8d7a8a87

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

require "exceptions_app/version"

module ExceptionsApp

  autoload :SimpleResponse, 'exceptions_app/simple_response'
  autoload :Config, 'exceptions_app/config'

  def self.configure
    yield self.config
  end

  def self.config
    @config ||= Config.new
  end

end

require 'exceptions_app/railtie' if defined?(Rails)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exceptions_app-0.0.1 lib/exceptions_app.rb