Class: HungryHub::MobileAction

Inherits:
Object
  • Object
show all
Defined in:
app/my_lib/hungry_hub/mobile_action.rb

Instance Method Summary collapse

Instance Method Details

#show_reservation(reservation_id) ⇒ Object



6
7
8
# File 'app/my_lib/hungry_hub/mobile_action.rb', line 6

def show_reservation(reservation_id)
  "hungryhub://reservations/#{reservation_id}"
end