Method: Elastify.init

Defined in:
lib/elastify.rb

.init(&block) ⇒ Object



19
20
21
22
# File 'lib/elastify.rb', line 19

def init(&block)
    load_configs(block)
    load_models
end