You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not get scope to work as described in readme.
I use nestable_list and all the other configuration params work, but not scope. Could someone explain what i did wrong?
I have also tried using Proc.new to define my condition, but with no success.
Using default_scope as "active" it kinda works, but it doesn't play well with rails_admin edit option, because I can not edit articles that are not active.
The text was updated successfully, but these errors were encountered:
Hello
I can not get scope to work as described in readme.
I use nestable_list and all the other configuration params work, but not scope. Could someone explain what i did wrong?
My rails_admin configuration file
Scopes are defined in my class as:
I have also tried using Proc.new to define my condition, but with no success.
Using default_scope as "active" it kinda works, but it doesn't play well with rails_admin edit option, because I can not edit articles that are not active.
The text was updated successfully, but these errors were encountered: