Guest User

Untitled

a guest
Dec 11th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def explore
  2. @states = State.find(params[:id])
  3. @towns = @states.towns.find_all
  4. @towns.each do |t|
  5. t.postcards.last
  6. end
  7. end
Add Comment
Please, Sign In to add comment