Class: AcronosPocGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/acronos_poc/acronos_poc_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_viewObject



8
9
10
# File 'lib/generators/acronos_poc/acronos_poc_generator.rb', line 8

def generate_view
  template "#{method_name}.html.erb", "app/views/#{resource_name}/#{method_name}.html.erb"
end