trak3r (owner)

Revisions

gist: 210979 Download_button fork
public
Public Clone URL: git://gist.github.com/210979.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
What's documented:
 
  StreetAddress.find(1, :params => { :person_id => 1 })
  # => GET /people/1/street_addresses/1.xml
 
What actually happens:
 
  StreetAddress.find(1, :params => { :person_id => 1 })
  # => GET /street_addresses/1.xml?person_id=1