observer
I've 3 models
- Hotels
- Rooms
- Prices
One Hotel Many Rooms. One Room Many Prices.
What I'm trying to do is:
The HotelResource has a RoomsRelationManager to show Rooms (done!)
My "problem" is how to put a PricesRelationManager inside the RoomsRelationManager! Or, Is there any way to show all this info in the HotelResource?
1 Reply
In your Custom ViewRoom you can call
getRelationManager
and do what you have done in show rooms