Sha256: 1f7826aec7eb09d5e7cef1b77a1ff03990360b8a3e1ffc42abd886a9ba1895aa

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

# Requires
require "active_support/dependencies"

module Manage
  # 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 "manage/engine"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stayind-manage-0.0.2 lib/manage.rb