Module: HtmlCalendarHelper
- Defined in:
- app/helpers/html_calendar_helper.rb
Instance Method Summary collapse
Instance Method Details
#html_calendar(month = Date.current, options = {}) ⇒ Object
2 3 4 |
# File 'app/helpers/html_calendar_helper.rb', line 2 def html_calendar(month = Date.current, = {}) HTMLCalendar::Calendar.new self, month, end |