app/models/comment.rb in voluntary-0.3.0 vs app/models/comment.rb in voluntary-0.4.0

- old
+ new

@@ -10,7 +10,7 @@ validates :name, presence: true validates :text, presence: true attr_accessible :commentable_type, :commentable_id, :parent_id, :name, :text - COMMENTABLE_TYPES = ['project', 'vacancy', 'candidature'] + COMMENTABLE_TYPES = ['project'] end \ No newline at end of file