Skip to content

Commit

Permalink
Merge db62ffd into dc84679
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Harman committed May 30, 2014
2 parents dc84679 + db62ffd commit 7ca800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class HomeController < ApplicationController
text :title # filter by a generic string entered by the user
range :price, name: 'Price' # filter by ranges for decimal fields
facet :genre, name: 'Genre' # generate a filter with all values of 'genre' occuring in the result
facet :year, name: 'Releaseyear', order: :year # additionally oder values in the year field
facet :year, name: 'Releaseyear', order: :year # additionally order values in the year field
facet :studio, name: 'Studio', order: :name

orders 'Title' => :title,
Expand Down

0 comments on commit 7ca800e

Please sign in to comment.