Closed stevemadere closed 9 years ago
... and has_one wrappings robust and consistent.
Now using *args instead of specifically naming params so that it can be safely compatible with both rails3 and rails4 (in rails4 the signature of belongs_to and has_many added an intermediate optional param for scope)
This is huge and a very nice piece of work Steve. Thanks a lot!
... and has_one wrappings robust and consistent.
Now using *args instead of specifically naming params so that it can be safely compatible with both rails3 and rails4 (in rails4 the signature of belongs_to and has_many added an intermediate optional param for scope)