Method: Pageflow::Generators::ErrorPagesGenerator#create_not_found

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

#create_not_foundObject

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.



11
12
13
# File 'lib/generators/pageflow/error_pages/error_pages_generator.rb', line 11

def create_not_found
  copy_file '404.html', 'public/pageflow/error_pages/404.html'
end