Class: MyForum::PrivateMessage

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/my_forum/private_message.rb

Instance Attribute Summary collapse

Instance Attribute Details

#recipientObject

Returns the value of attribute recipient.



6
7
8
# File 'app/models/my_forum/private_message.rb', line 6

def recipient
  @recipient
end