jam-cloud/ruby/lib/jam_ruby/models/icecast_path.rb

9 lines
97 B
Ruby

module JamRuby
class IcecastPath < ActiveRecord::Base
self.primary_key = 'id'
end
end