rack-test-rest
rack-test-rest copied to clipboard
Default `read_resource(val)` to `read_resource(:id => val)`
Support the short hand read_resource(val) by assuming val (if not a hash) is the resource ID. This would be equivalent to read_resource(:id => val). Seems like that is a common case.