1

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.

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364

1 Answers1

2

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

John Bachir
  • 22,495
  • 29
  • 154
  • 227
Simone Carletti
  • 173,507
  • 49
  • 363
  • 364