Removes specified parameters of an object
remove_params_from_object(:post, [:status, :author_id])
Restricts parameters of an object
restrict_params(:post, [:title, :body])
[Validate]