Sha256: 62d2be8dea409d3c59ce1232135e3636a8a4bd86b0eb8f7ac82fc9bb2e00bc87

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

require_dependency 'telephony/providers/twilio/application_controller'

module Telephony
  module Providers
    module Twilio
      class MusicsController < ApplicationController
        def hold
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telephony-1.0.4 app/controllers/telephony/providers/twilio/musics_controller.rb
telephony-1.0.3 app/controllers/telephony/providers/twilio/musics_controller.rb