Class: ProjectOutcome

Inherits:
ActiveRecordShared show all
Defined in:
app/models/project_outcome.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject

Returns description



15
16
17
# File 'app/models/project_outcome.rb', line 15

def to_s
	description
end