Sha256: 4d957607ae870195df6ab882136bc0b3908b632f46342ff0b66211500a38030f

Contents?: true

Size: 254 Bytes

Versions: 10

Compression:

Stored size: 254 Bytes

Contents

module SimpleCalendar
  module Timeslot
    module ViewHelpers
      def timeslot_calendar(options = {}, &block)
        raise "calendar requires a block" unless block
        TimeslotCalendar.new(self, options).render(&block)
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
simple_calendar-timeslot-0.90.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.8.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.7.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.6.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.5.1 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.5.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.4.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.3.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.2.0 lib/simple_calendar/timeslot/view_helpers.rb
simple_calendar-timeslot-0.1.0 lib/simple_calendar/timeslot/view_helpers.rb