class Digup::Generators::ViewGenerator

Public Instance Methods

create_hook() click to toggle source
# File lib/generators/digup/view_generator.rb, line 9
def create_hook
  copy_file '_hook.html.erb', 'app/views/digup/_hook.html.erb'
end