Skip to content

Commit

Permalink
allow read of opts
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Dec 10, 2013
1 parent fa386b2 commit cc848c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filterer/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Base

IGNORED_PARAMS = [:page]

attr_accessor :results, :meta, :direction, :sort, :params
attr_accessor :results, :meta, :direction, :sort, :params, :opts

class << self
attr_accessor :sort_options
Expand Down
Binary file modified spec/dummy/filterer-test
Binary file not shown.

0 comments on commit cc848c0

Please sign in to comment.