Module: Likeno::DateAttributes
- Defined in:
- lib/likeno/helpers/date_attributes.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
20 21 22 |
# File 'lib/likeno/helpers/date_attributes.rb', line 20 def created_at @created_at end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
20 21 22 |
# File 'lib/likeno/helpers/date_attributes.rb', line 20 def updated_at @updated_at end |