Method: Foliate::Generators::InstallGenerator#copy_view
- Defined in:
- lib/generators/foliate/install/install_generator.rb
#copy_view ⇒ Object
18 19 20 21 |
# File 'lib/generators/foliate/install/install_generator.rb', line 18 def copy_view copy_file "views/page_input.html.erb", "app/views/pagination/_pagination.html.erb" template "stylesheets/page_input.scss.erb", "app/assets/stylesheets/pagination.scss" end |