Sha256: 80f24790e06be4595e886e0fbc838d50c5db9124a7b5e98dee737eb16d47be00

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

require 'bugherd/configuration'

module BugHerd
require 'bugherd/railtie'
  class << self

    attr_writer :configuration

    def configuration
      @configuration ||= Configuration.new
    end

    def configure
      yield(configuration)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bugherd-0.0.4 lib/bugherd.rb
bugherd-0.0.3 lib/bugherd.rb
bugherd-0.0.2 lib/bugherd.rb