Class: Popolo::Motion

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

Overview

A formal step to introduce a matter for consideration by an organization.

Instance Method Summary collapse

Instance Method Details

#to_sObject



35
36
37
# File 'app/models/popolo/motion.rb', line 35

def to_s
  text.to_s[0...140]
end