Class: Presenter::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/presenter/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_application_presenterObject



7
8
9
# File 'lib/generators/presenter/install/install_generator.rb', line 7

def generate_application_presenter
  template 'application_presenter.template', 'app/presenters/application_presenter.rb'
end