Method: WitAI::Charyf::Generators::InstallGenerator#finalize
- Defined in:
- lib/witai/charyf/generators/install/install_generator.rb
#finalize ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/witai/charyf/generators/install/install_generator.rb', line 16 def finalize return if behavior != :invoke || [:autorun] say_status 'notice', "Wit installed" + "\n\t\tDo not forget to set wit intent processor in application configuration" + "\n\t\t\tconfig.enabled_intent_processors = [.., :wit, ..]", :green end |