Module: Stationed::Generators::Plugins::Layout

Included in:
AppGenerator
Defined in:
lib/stationed/generators/plugins/layout.rb

Instance Method Summary collapse

Instance Method Details

#finish_templateObject



5
6
7
8
9
# File 'lib/stationed/generators/plugins/layout.rb', line 5

def finish_template
  remove_file 'app/views/layouts/application.html.haml'
  copy_file 'application.html.haml', 'app/views/layouts/application.html.haml'
  super
end