Has something changed with how Acts_as_List interpolates the :scope
parameter in Edge? I'm finding that a :scope condition like
'album_id = #{album_id} AND parent_id IS NULL'
is being interpolated into
SELECT * FROM photos WHERE (album_id = AND parent_id IS NULL)
I know for sure album_id is being during the save process.
Any one have any clues?
James H
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" 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-core?hl=en
-~----------~----~----~----~------~----~------~--~---