Skip to content

Commit

Permalink
Adding some TODO items.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Sep 29, 2008
1 parent 8c74644 commit 52ff2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By the way, this plugin has been tested with rails 1.2.6 and 2.1.1.

From your project's RAILS_ROOT, run:

script/plugin install git://github.com/metaskills/grouped_scope.git
./script/plugin install git://github.com/metaskills/grouped_scope.git

To use GroupedScope on a model it must have a :group_id column.

Expand Down Expand Up @@ -68,6 +68,7 @@ extensions defined on the original has_many. For instance:

=== Todo List

* Go back and start adding some rdocs.
* Add more GroupedScope::Grouping code.
* Add polymorphic support.
* Add/test has_and_belongs_to_many
Expand Down

0 comments on commit 52ff2ff

Please sign in to comment.