9 lines
100 B
Ruby
9 lines
100 B
Ruby
|
|
module JamRuby
|
||
|
|
class IcecastLogging < ActiveRecord::Base
|
||
|
|
|
||
|
|
self.primary_key = 'id'
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
end
|
||
|
|
end
|