Guest User

Untitled

a guest
Apr 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. allowed = {
  2. :list_price_lte => 0,
  3. :list_price_gte => 0,
  4. :status => ['A','P','X'],
  5. :type => ['SF','C']
  6. }
  7. params[:search].delete_if { |key,val| !allowed.has_key?(key) }
Add Comment
Please, Sign In to add comment