Method: EffectivePages::Generators::InstallGenerator#copy_example_page
- Defined in:
- lib/generators/effective_pages/install_generator.rb
#copy_example_page ⇒ Object
26 27 28 |
# File 'lib/generators/effective_pages/install_generator.rb', line 26 def copy_example_page template 'example.html.haml', 'app/views/effective/pages/example.html.haml' end |