Module: Virtuatable::Builders::Helpers::Folders
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/virtuatable/builders/helpers/folders.rb
Overview
This module loads the file for a standard application, not loading the files needed for specs or websockets.
Instance Method Summary collapse
Instance Method Details
#load_folders! ⇒ Object
16 17 18 |
# File 'lib/virtuatable/builders/helpers/folders.rb', line 16 def load_folders! require_folders('controllers', 'services', 'decorators') end |