Method: AppchatGenerator#create_stimulus_controllers
- Defined in:
- lib/generators/appchat/appchat_generator.rb
#create_stimulus_controllers ⇒ Object
65 66 67 68 69 |
# File 'lib/generators/appchat/appchat_generator.rb', line 65 def create_stimulus_controllers copy_file "javascript/chat_message_controller.js", "app/javascript/controllers/chat_message_controller.js" copy_file "javascript/speech_to_text_controller.js", "app/javascript/controllers/speech_to_text_controller.js" copy_file "javascript/toggle_controller.js", "app/javascript/controllers/toggle_controller.js" end |