Class: Comment

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

Instance Attribute Summary collapse

Instance Attribute Details

#nicknameObject

Returns the value of attribute nickname.



7
8
9
# File 'app/models/comment.rb', line 7

def nickname
  @nickname
end