Sha256: 6ead93075e8303f30abfa60cae4f9bb326063848db0ebf81149b00c6dcf89122

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 Bytes

Contents

# Requires
require "active_support/dependencies"

module Order
  # 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 "order/engine"

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
stayind-manage-0.0.2 lib/order.rb~
stayind-order-0.0.2 lib/order.rb
stayind-manage-0.0.1 lib/order.rb~
stayind-order-0.0.1 lib/order.rb~