Class: RailsJquerymobile::LayoutGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- RailsJquerymobile::LayoutGenerator
- Defined in:
- lib/rails-jquerymobile.rb
Instance Method Summary collapse
Instance Method Details
#create_mobile_layout ⇒ Object
14 15 16 |
# File 'lib/rails-jquerymobile.rb', line 14 def create_mobile_layout copy_file "application.mobile.erb", "app/views/layouts/application.mobile.erb" end |