Skip to content

Instantly share code, notes, and snippets.

@jagmitg
Created March 30, 2012 00:33
Show Gist options
  • Save jagmitg/2245322 to your computer and use it in GitHub Desktop.
Save jagmitg/2245322 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p290 :008 > s = screening.cinema
=> #<Cinema id: 1, name: "Cineworld Aberdeen", url: "Queens Link Leisure Park, Links Road, Aberdeen", postcode: "AB24 5EN", telephone: "0871 200 2000", created_at: "2012-03-29 21:33:25", updated_at: "2012-03-29 21:33:27", external_id: 1>
ruby-1.9.2-p290 :009 > s.name
=> "Cineworld Aberdeen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment