module OrbDef

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source

this function maps the vars from your app into your engine

# File lib/orb_def.rb, line 13
def self.setup(&block)
  yield self
end