pelargir / finder_filter
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
ad77ae7
Matthew Bass (author)
Fri Aug 08 19:42:26 -0700 2008
finder_filter / README
| ad77ae7a » | Matthew Bass | 2008-08-08 | 1 | = Synthesis | |
| 2 | |||||
| 3 | An easy way to add common finders to your Rails controllers. | ||||
| 4 | |||||
| 5 | == Installation | ||||
| 6 | |||||
| 7 | gem sources -a http://gems.github.com (you only have to do this once) | ||||
| 8 | sudo gem install pelargir-finder_filter | ||||
| 9 | |||||
| 10 | == Usage | ||||
| 11 | |||||
| 12 | finder_filter :user, :by => :permalink, :only => [:show, :edit] | ||||
| 13 | |||||
| 14 | == Git | ||||
| 15 | |||||
| 16 | git://github.com/pelargir/finder_filter.git | ||||
| 17 | |||||
| 18 | == Contributors | ||||
| 19 | |||||
| 20 | Matthew Bass | ||||
