Class: Popolo::Organization

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps, Mongoid::Tree
Defined in:
app/models/popolo/organization.rb

Overview

A group with a common purpose or reason for existence that goes beyond the set of people belonging to it.

Instance Method Summary collapse

Instance Method Details

#to_sObject

Note:

Add URL validation to match JSON Schema?



53
54
55
# File 'app/models/popolo/organization.rb', line 53

def to_s
  name
end