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