Class: BookingDecorator
- Inherits:
-
SlotDecorator
- Object
- Draper::Decorator
- SlotDecorator
- BookingDecorator
- Defined in:
- app/decorators/booking_decorator.rb
Instance Method Summary (collapse)
Methods inherited from SlotDecorator
Instance Method Details
- (Object) href
2 3 4 |
# File 'app/decorators/booking_decorator.rb', line 2 def href h.edit_booking_path(self) end |