module AlphaApi

Constants

VERSION

Attributes

application[RW]

Public Class Methods

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

Gets called within the initializer

# File lib/alpha_api.rb, line 26
def setup
  application.before_initializer!
  yield(application)
  application.after_initializer!
end