ruby on rails - Making query in Objective C using NSRails -
the tutorial video nsrails shows how records , create records.
how make query (get request parameters)?
nsrails has lot of other documentation, beyond video:
as specifics...
the crud tasks laid out in documentation.
the github readme displays example in second code block @ top of document:
post *postnumber1 = [post remoteobjectwithid:1 error:&error];
Comments
Post a Comment