environment.rb 95 Bytes
require_dependency "environment"

class Environment
  has_one :organization_ratings_config
end