scopes_for_associations 0.1.2
Define very basic, commonly used scopes for ActiveRecord associations. E.g. if a Post model has an author and a category association, scopes will be defined like Post.for(author) or Post.for(category).
Gemfile:
=
安装:
=
Runtime 依赖 (1):
activerecord
>= 3.0.0