class Theme::Generators::ThumbnailGalleryGenerator
Public Instance Methods
create_page()
click to toggle source
# File lib/generators/theme/thumbnail_gallery/thumbnail_gallery_generator.rb, line 10 def create_page copy_file 'index.html', 'app/views/visitors/index.html.erb' copy_file 'thumbnail-gallery.css', 'app/assets/stylesheets/thumbnail-gallery.css' end