4 lines
86 B
Ruby
4 lines
86 B
Ruby
|
class ContestNotification < ActiveRecord::Base
|
||
|
attr_accessible :content, :title
|
||
|
end
|