Skip to content

Commit

Permalink
Merge ada2f3e into 4bb139e
Browse files Browse the repository at this point in the history
  • Loading branch information
kreintjes committed Jan 18, 2017
2 parents 4bb139e + ada2f3e commit e62c11d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/wice_grid.rb
Expand Up @@ -574,11 +574,7 @@ def params #:nodoc:
end

def this_grid_params #:nodoc:
if params.respond_to?(:to_unsafe_h)
params[name].to_unsafe_h
else
params[name]
end
params[name].try(:to_unsafe_h) || params[name]
end

def resultset_without_paging_without_user_filters #:nodoc:
Expand Down

0 comments on commit e62c11d

Please sign in to comment.