Module: LaterDude::CalendarHelper
- Defined in:
- lib/later_dude/calendar_helper.rb
Instance Method Summary collapse
Instance Method Details
#calendar_for(year, month, options = {}, &block) ⇒ Object
3 4 5 |
# File 'lib/later_dude/calendar_helper.rb', line 3 def calendar_for(year, month, ={}, &block) Calendar.new(year, month, , &block).to_html end |