Skip to content

Commit

Permalink
Issue #412 - Fix for broken cuke complaining of unsymbolized key
Browse files Browse the repository at this point in the history
  • Loading branch information
samvincent committed Aug 29, 2011
1 parent 2043acb commit 3027431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_admin/views/components/paginated_collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def build_pagination
options = request.query_parameters.except(:commit, :format)
options[:param_name] = @param_name if @param_name

text_node paginate(collection, options)
text_node paginate(collection, options.symbolize_keys)
end

# TODO: Refactor to new HTML DSL
Expand Down

0 comments on commit 3027431

Please sign in to comment.