Class: OpalStimulusGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- OpalStimulusGenerator
- Defined in:
- lib/generators/opal_stimulus_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_controller_file ⇒ Object
6 7 8 |
# File 'lib/generators/opal_stimulus_generator.rb', line 6 def create_controller_file template "controller.rb.tt", File.join("app/opal/controllers", class_path, "#{file_name}_controller.rb") end |