Sha256: 77ed66641d217ff7089e8ac5a082db24bd6b6e70e78b28463dacf48aa5416f14

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

require "active_support/dependencies"

module Shortener
  
  # Our host application root path
  # We set this when the engine is initialized
  mattr_accessor :app_root
  
  # Yield self on setup for nice config blocks
  def self.setup
    yield self
  end
  
end

# Require our engine
require "shortener/engine"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shortener-0.0.2 lib/shortener.rb
shortener-0.0.1 lib/shortener.rb