Skip to content

Instantly share code, notes, and snippets.

@BenMorganIO
Created December 4, 2014 19:19
Show Gist options
  • Select an option

  • Save BenMorganIO/6dbb44324b5e34c6c46b to your computer and use it in GitHub Desktop.

Select an option

Save BenMorganIO/6dbb44324b5e34c6c46b to your computer and use it in GitHub Desktop.
cryptic ruby
def order_params
params[:order] &&= params[:order].permit(*permitted_order_attributes) or {}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment