Module: Stationed::Generators::Plugins::Flashes
- Included in:
- AppGenerator
- Defined in:
- lib/stationed/generators/plugins/flashes.rb
Instance Method Summary collapse
Instance Method Details
#finish_template ⇒ Object
5 6 7 8 |
# File 'lib/stationed/generators/plugins/flashes.rb', line 5 def finish_template copy_file 'flashes.html.haml', 'app/views/application/_flashes.html.haml' super end |