just wanted to quickly thank the whole team for streamlined.. this
project has saved me countless hours..
i am currently working on an administration backend for a job
certification site.. what i would like to do is grant instructors the
ability to edit the records of their students (and their students
only).
currently, i am using streamlined as the backend for the 'admin' user,
who has access to all records.
i am using restful_authentication :
http://github.com/technoweenie/restful-authentication/tree/master
as the authentication system..
is there any way i can use streamlined to spit out only the records
that belong to an instructor into a form when that user is logged in?
something like:
@instructor.students
would contain that instructor's students..
thanks in advance!