Method: Projects::Model::Comment#setContent
- Defined in:
- lib/projects/model/Comment.rb
#setContent(content) ⇒ Object
-
Set the comment content.
Parameters
- content
-
Content for the comment.
-
39 40 41 |
# File 'lib/projects/model/Comment.rb', line 39 def setContent(content) @content = content end |