ok, starting to get a tad frustrated. rails ActiveRecord::Base docs...
...show the basic use of the find method to be as so:
Person.find(1) # returns the object for ID = 1
...but when i do the exact same method call in my code, i get this error...
ArgumentError (wrong number of arguments (2 for 1))
this only started after i upgraded to 1.1.6.
what gives? any help appreciated, this basic method failing is doing a
great job of holding me up
thanks in advance.