Class: UserNote

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

Instance Attribute Summary collapse

Instance Attribute Details

#subjectObject

Returns the value of attribute subject.



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

def subject
  @subject
end