In Rails 2, when calling instance_eval
or instance_exec
on a scope, the scope will fetch its records from the database.
This has been fixed in Rails 3+.
Posted by Henning Koch to makandra dev (2012-11-21 08:58)
In Rails 2, when calling instance_eval
or instance_exec
on a scope, the scope will fetch its records from the database.
This has been fixed in Rails 3+.