class Job < ActiveRecord::Base
  belongs_to :user
  belongs_to :category
  has_many :votes, :as => :object
end
