Class: CdddnMobileLayoutGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/cdddn_mobile_layout/cdddn_mobile_layout_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_mobile_layout_fileObject



6
7
8
# File 'lib/generators/cdddn_mobile_layout/cdddn_mobile_layout_generator.rb', line 6

def copy_mobile_layout_file
    copy_file "application.mobile.erb", "app/views/layouts/application.mobile.erb"
end