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

9 lines
100 B
Ruby
Raw Normal View History

2014-01-07 20:29:40 +00:00
module JamRuby
class IcecastLogging < ActiveRecord::Base
self.primary_key = 'id'
end
end