Module: LoadModules
- Included in:
- Expandable::Expand
- Defined in:
- lib/expandable/load_modules.rb
Instance Method Summary collapse
Instance Method Details
#start_controller_load ⇒ Object
6 7 8 |
# File 'lib/expandable/load_modules.rb', line 6 def start_controller_load load_modules('app/controllers/expandables', false) end |
#start_model_load ⇒ Object
2 3 4 |
# File 'lib/expandable/load_modules.rb', line 2 def start_model_load load_modules('app/models/expandables') end |