Module: BootstrapCalendarHelper

Defined in:
app/helpers/bootstrap_calendar_helper.rb

Instance Method Summary collapse

Instance Method Details

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



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

def bootstrap_calendar(date = Date.today, options={}, &block)
  Twitter::Bootstrap::Calendar::BootstrapCalendar.new(self, date, options, block).calendar_div
end