Skip to content

Commit

Permalink
Delegate #page to relation. [activerecord-hackery#51 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Miller committed Mar 6, 2011
1 parent 6a58d2c commit 4fc9ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meta_search.rb
Expand Up @@ -36,7 +36,7 @@ module MetaSearch
# Query construction
:joins, :includes, :select, :order, :where, :having, :group,
# Results, debug, array methods
:to_a, :all, :length, :size, :to_sql, :debug_sql, :paginate,
:to_a, :all, :length, :size, :to_sql, :debug_sql, :paginate, :page,
:find_each, :first, :last, :each, :arel, :in_groups_of, :group_by,
# Calculations
:count, :average, :minimum, :maximum, :sum
Expand Down

0 comments on commit 4fc9ab8

Please sign in to comment.