Method: Pageflow::Generators::ErrorPagesGenerator#copy_stylesheets

Defined in:
lib/generators/pageflow/error_pages/error_pages_generator.rb

#copy_stylesheetsObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



19
20
21
# File 'lib/generators/pageflow/error_pages/error_pages_generator.rb', line 19

def copy_stylesheets
  directory 'stylesheets', 'public/pageflow/error_pages/stylesheets'
end