Sha256: 5de5ef0b82a0ba68b363e2b76f34a3c60619c3d1e7acf4343edfa197da96234c
Contents?: true
Size: 337 Bytes
Versions: 37
Compression:
Stored size: 337 Bytes
Contents
module <%= @plugin_name %> module ControllerMethods # The methods are defined in a normal method the user will then mix in their CallControllers # The following also contains an example of configuration usage # def greet(name) play "#{Adhearsion.config[:<%= @plugin_file %>].greeting}, #{name}" end end end
Version data entries
37 entries across 37 versions & 1 rubygems