Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1.  
  2.  
  3. => {"body_id"=>"", "body"=>"Test", "title"=>"1234", "body_class"=>"", "path"=>"", "section"=>"", "sub_section"=>""}
  4.  
  5. hash = {}
  6. params[:page].each do |key,value|
  7. if !value.empty?
  8. hash[key] = value
  9. end
  10. end
  11.  
  12. => {"body"=>"Test", "title"=>"1234", "body_class"=>nil, "path"=>nil, "section"=>nil, "sub_section"=>nil}
Add Comment
Please, Sign In to add comment