Class: PushType::PresenterGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- PushType::PresenterGenerator
- Defined in:
- lib/generators/push_type/presenter/presenter_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_presenter ⇒ Object
5 6 7 |
# File 'lib/generators/push_type/presenter/presenter_generator.rb', line 5 def create_presenter template 'presenter.rb', "app/presenters/#{ file_name }_presenter.rb" end |