socialforge/app/models/project_score.rb

5 lines
130 B
Ruby

class ProjectScore < ActiveRecord::Base
attr_accessible :project_id, :score
belongs_to :project, foreign_key: :project_id
end