scopes_for_associations 0.1.5
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:
=
installation:
=
Dépendances de Runtime (2):
activerecord
>= 3.0.0
rake
>= 0.8.7