Module: LoadModules

Included in:
Expandable::Expand
Defined in:
lib/expandable/load_modules.rb

Instance Method Summary collapse

Instance Method Details

#start_controller_loadObject



6
7
8
# File 'lib/expandable/load_modules.rb', line 6

def start_controller_load
  load_modules('app/controllers/expandables', false)
end

#start_model_loadObject



2
3
4
# File 'lib/expandable/load_modules.rb', line 2

def start_model_load
  load_modules('app/models/expandables')
end