Class: BcmsMobile::InstallGenerator

Inherits:
Cms::ModuleInstallation
  • Object
show all
Defined in:
lib/generators/bcms_mobile/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#make_mobile_templates_directoryObject

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