Class: BookingDecorator

Inherits:
SlotDecorator show all
Defined in:
app/decorators/booking_decorator.rb

Instance Method Summary (collapse)

Methods inherited from SlotDecorator

#classes, #style

Instance Method Details

- (Object) href



2
3
4
# File 'app/decorators/booking_decorator.rb', line 2

def href
  h.edit_booking_path(self)
end