Hi, I've read some posts. What's the best practice to get just the current_users records from a model? I have to validate scheduling so there are no double bookings. I have some validations that use a couple of named scopes. A named scope wants an argument for current_user for it's lamda block.
I wish I could use :creator => true, but all the records are created by admin. How and where do I get the current_user? What's the hobo or rails way? Mike -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
