Class: Adapt::Generators::IntentGenerator

Inherits:
Charyf::Generators::NamedBase
  • Object
show all
Defined in:
lib/adapt/generators/intent/intent_generator.rb

Instance Method Summary collapse

Instance Method Details

#public_routingObject



9
10
11
# File 'lib/adapt/generators/intent/intent_generator.rb', line 9

def public_routing
  template 'intents/adapt/routing.adapt.rb', File.join('app/skills', skill_content_path, 'intents', 'adapt', 'default_routing.adapt.rb')
end