Class: Claude::Generators::ViewsGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Claude::Generators::ViewsGenerator
- Defined in:
- lib/generators/claude/views/views_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_resource_to_project ⇒ Object
14 15 16 17 18 19 20 21 22 23 |
# File 'lib/generators/claude/views/views_generator.rb', line 14 def copy_resource_to_project case [:type] when "command" copy_command when "rule" copy_rule else copy_skill end end |