
This is here, if you want to make manual custom SQL calls not covered by the other methods
NOTE: your request MUST return records matching your model.

This is here, if you want to make manual custom SQL calls not covered by the other methods
NOTE: your request MUST return records matching your model.
Returns:
a Vector of JOTModel objects
Parameters:
-
sql - ie: "select * from 'users' where first=?, last=? order by name" ... etc ...
-
params - ie: ['John','Doe']