Module: BlogHelper
- Defined in:
- lib/simpleblog/template/app/helpers/blog_helper.rb
Instance Method Summary collapse
Instance Method Details
#stringfy_date(date) ⇒ Object
2 3 4 |
# File 'lib/simpleblog/template/app/helpers/blog_helper.rb', line 2 def stringfy_date(date) date.to_date.strftime("%b %d, %Y") end |