community_rating.rb 115 Bytes
require_dependency "community_rating"

class CommunityRating
  attr_accessible :people_benefited, :saved_value
end