6 lines
94 B
Ruby
6 lines
94 B
Ruby
class PostVote < ActiveRecord::Base
|
|
class Error < Exception ; end
|
|
|
|
belongs_to :post
|
|
end
|