Do you know a resource which documents all the available options for the ActionDispatch scope method and their usage?
I'm quite tired of digging into each merge_X_scope method trying to understand the X option implications.
Do you know a resource which documents all the available options for the ActionDispatch scope method and their usage?
I'm quite tired of digging into each merge_X_scope method trying to understand the X option implications.
Copyright © 2021 Jogjafile Inc.
After a long time, I found the solution. The options for Rails 3.1 are now described in the mapper.rb file.
Here is the documentation