Class: BcmsMobile::InstallGenerator
- Inherits:
-
Cms::ModuleInstallation
- Object
- Cms::ModuleInstallation
- BcmsMobile::InstallGenerator
- Defined in:
- lib/generators/bcms_mobile/install/install_generator.rb
Instance Method Summary collapse
-
#make_mobile_templates_directory ⇒ Object
Add migrations to be copied, by uncommenting the following file and editing as needed.
Instance Method Details
#make_mobile_templates_directory ⇒ Object
Add migrations to be copied, by uncommenting the following file and editing as needed. copy_migration_file ‘DATESTAMP_create_name_of_content_block.rb’
9 10 11 |
# File 'lib/generators/bcms_mobile/install/install_generator.rb', line 9 def make_mobile_templates_directory empty_directory 'app/views/layouts/mobile' end |