Class: AcronosPocGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AcronosPocGenerator
- Defined in:
- lib/generators/acronos_poc/acronos_poc_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_view ⇒ Object
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 |