module RailsAudioGlue

Rails plugin which integrates the AudioGlue library.

Constants

TEMPLATES_PATH

The path to the directory where audio templates are supposed to be located.

Public Class Methods

setup() { |self| ... } click to toggle source

Should be called from initializer to configure RailsAudioGlue.

# File lib/rails_audio_glue.rb, line 18
def self.setup
  yield self
end