Class: Railwind::ButtonGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/railwind/generators/button_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_component_fileObject



7
8
9
10
# File 'lib/railwind/generators/button_generator.rb', line 7

def create_component_file
  copy_file "button/button_component.rb", "app/components/button_component.rb"
  copy_file "button/_button_component.html.erb", "app/components/button_component.html.erb"
end