Class: CommentGravatar
- Inherits:
-
Object
- Object
- CommentGravatar
- Includes:
- Gravtastic
- Defined in:
- app/models/comment_gravatar.rb
Instance Method Summary collapse
- #email ⇒ Object
-
#initialize(email) ⇒ CommentGravatar
constructor
Bit of a hack as the issue_comment class is being ignored atm.
Constructor Details
#initialize(email) ⇒ CommentGravatar
Bit of a hack as the issue_comment class is being ignored atm.
5 6 7 |
# File 'app/models/comment_gravatar.rb', line 5 def initialize(email) @email = email end |
Instance Method Details
#email ⇒ Object
12 13 14 |
# File 'app/models/comment_gravatar.rb', line 12 def email @email end |