Method: Content#published_month
- Defined in:
- app/models/content.rb
#published_month ⇒ Object
93 94 95 |
# File 'app/models/content.rb', line 93 def published_month Time.local(published_at.year, published_at.month, 1) end |
93 94 95 |
# File 'app/models/content.rb', line 93 def published_month Time.local(published_at.year, published_at.month, 1) end |