Sha256: 2414cc176f0d1b210e146c2efc3094286763b93c5dc19e4da09f4dda0171659a

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

require 'active_support/all' # SMELL

require 'happy/context'
require 'happy/controller'
require 'happy/static'

module Happy
  class HappyError < StandardError ; end
  class NotFoundError < HappyError ; end

  def self.env
    ActiveSupport::StringInquirer.new(ENV['RACK_ENV'] || 'development')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
happy-0.1.0.pre.1 lib/happy.rb