Class: Comment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Comment
- Includes:
- Rakismet::Model
- Defined in:
- app/models/comment.rb
Instance Method Summary collapse
Instance Method Details
#author_email ⇒ Object
13 14 15 |
# File 'app/models/comment.rb', line 13 def ? .email : super end |
#author_name ⇒ Object
9 10 11 |
# File 'app/models/comment.rb', line 9 def ? .fullname : super end |