Sha256: c7af71742185a52583c32f5ff7b474a35aa91bbb28456e0c20ac2dab84a319b6
Contents?: true
Size: 511 Bytes
Versions: 2
Compression:
Stored size: 511 Bytes
Contents
# encoding: utf-8 class DemoApp < Adhearsion::Application app_name :demo # Actions to perform when initialising the application # init do logger.info "This is the Adhearsion Demo application as generated by `ahn create`. It should work well on FreeSWITCH, and will soon also work on Asterisk." end # Basic configuration for the application # config do greeting "Hello. Welcome to the Simon Game. Lets play.", desc: "What to use to greet users before playing the Simon Game" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-3.0.0.rc1 | lib/adhearsion/generators/app/templates/config/app.rb |
adhearsion-3.0.0.beta2 | lib/adhearsion/generators/app/templates/config/app.rb |