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.

Author:

Instance Method Summary collapse

Instance Method Details

#load_folders!Object

Requires the main folders to run the application.



17
18
19
# File 'lib/virtuatable/builders/helpers/folders.rb', line 17

def load_folders!
  require_folders('controllers', 'services', 'decorators')
end