We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdef85b + e055c0d commit a4540e3Copy full SHA for a4540e3
README.md
@@ -757,7 +757,7 @@ To turn this off on a per-scope basis Ransack adds the following method to
757
Add the scope you wish to bypass this behavior to ransackable_scopes_skip_sanitize_args:
758
759
```ruby
760
-def ransackable_scopes_skip_sanitize_args
+def self.ransackable_scopes_skip_sanitize_args
761
[:scope_to_skip_sanitize_args]
762
end
763
```
0 commit comments