Module: BootstrapCalendarHelper

Defined in:
app/helpers/bootstrap_calendar_helper.rb

Defined Under Namespace

Classes: BootstrapCalendar

Instance Method Summary collapse

Instance Method Details

#bootstrap_calendar(date = Date.today, &block) ⇒ Object



2
3
4
# File 'app/helpers/bootstrap_calendar_helper.rb', line 2

def bootstrap_calendar(date = Date.today, &block)
  BootstrapCalendar.new(self, date, block).calendar_div
end