Class: Railwind::CalloutGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Railwind::CalloutGenerator
- Defined in:
- lib/railwind/generators/callout_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_component_file ⇒ Object
7 8 9 10 |
# File 'lib/railwind/generators/callout_generator.rb', line 7 def create_component_file copy_file "callout/callout_component.rb", "app/components/callout_component.rb" copy_file "callout/_callout_component.html.erb", "app/components/callout_component.html.erb" end |