class Adapt::Generators::IntentGenerator

Public Instance Methods

public_routing() click to toggle source
# 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