Class: Mxm::Generators::LayoutGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Mxm::Generators::LayoutGenerator
- Defined in:
- lib/generators/mxm/layout/layout_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_layout ⇒ Object
6 7 8 9 |
# File 'lib/generators/mxm/layout/layout_generator.rb', line 6 def generate_layout remove_file "app/views/layouts/application.html.erb" directory "layouts", "app/views/layouts" end |