Yet another workaround for default_scope lambda { ... }
The problem is still unsolved, you cannot use lambdas and procs with default_scope. Here is another possible temporary solution for rails 3.0.3: dynamic_default_scoping.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
The problem is still unsolved, you cannot use lambdas and procs with default_scope. Here is another possible temporary solution for rails 3.0.3: dynamic_default_scoping.
Post a comment