Method: AppchatGenerator#copy_services
- Defined in:
- lib/generators/appchat/appchat_generator.rb
#copy_services ⇒ Object
77 78 79 80 |
# File 'lib/generators/appchat/appchat_generator.rb', line 77 def copy_services copy_file "services/appchat_function_service.rb", "app/services/appchat_function_service.rb", force: true copy_file "services/web_search_service.rb", "app/services/web_search_service.rb", force: true end |