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