8 lines
97 B
Ruby
8 lines
97 B
Ruby
|
|
module JamRuby
|
||
|
|
class IcecastRelay < ActiveRecord::Base
|
||
|
|
|
||
|
|
self.primary_key = 'id'
|
||
|
|
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|