Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <table>
  2. <tr><th>latitude</th><th>longitude</th></tr>
  3. <% @locations.each do |location| %>
  4. <tr><td><%= location.latitude %></td><td><%= location.latitude %></td></tr>
  5. <% end %>
  6. </table>
Add Comment
Please, Sign In to add comment