Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Cunningham committed Nov 18, 2010
1 parent fb0d991 commit 65323ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rdoc
Expand Up @@ -2,6 +2,9 @@

A very simple mongomapper plugin that lets you organise your models into subdirectories

this code is a modification of code I saw in in [teambox](https://github.com/teambox/teambox)
https://github.com/teambox/teambox/blob/master/config/initializers/concerns.rb


== Usage

Expand Down Expand Up @@ -70,7 +73,7 @@ app/models/user/scopes.rb
scope :inactive, where( :active => false )
scope :for_project, lambda { |project| where( :id => { :$in => project.user_ids } ) }
end


== Contributing to mm-concerns

Expand Down

0 comments on commit 65323ad

Please sign in to comment.