-
-
Save radar/4332701 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% @hospitals.each do |hospital| %> | |
<% hospital.hospital_bookings.each do |booking| %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I want to get the first or second booking
Is this how to do it?
Thats pretty.
Whats the difference in result/errors?