Hi, I have been using named_scopes and works great!
but I need to get the sql conditions to send for my iReport =)

when I do

User.valid.proxy_options returns ok

but

User.valid.created_by('jonatas').proxy_options

returns just proxy_options from last named scope

if I put:

(User.valid.created_by('jonatas')).proxy_options

also returns just proxy_options from last named scope


so, how can I get proxy_options from nested named_scope's?

how can I get sanitize sql for nested named_scope's?

thx's
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to