Class: SocialNetworking::OnTheMindStatement

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/social_networking/on_the_mind_statement.rb

Overview

A statement by a Participant to be shared with the Group.

Instance Method Summary collapse

Instance Method Details

#shared_descriptionObject



23
24
25
# File 'app/models/social_networking/on_the_mind_statement.rb', line 23

def shared_description
  description
end