pelargir / finder_filter

An easy way to add common finders to your Rails controllers.

This URL has Read+Write access

Matthew Bass (author)
Fri Aug 08 19:42:26 -0700 2008
finder_filter / README
ad77ae7a » Matthew Bass 2008-08-08 initial import 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