Skip to content

Instantly share code, notes, and snippets.

@lisp-ceo
Created December 19, 2014 00:23
Show Gist options
  • Save lisp-ceo/17a6310213dfad19a007 to your computer and use it in GitHub Desktop.
Save lisp-ceo/17a6310213dfad19a007 to your computer and use it in GitHub Desktop.
params simulation with ActionController::Parameters
params = ActionController::Parameters.new({
item: {
name: 'James',
age: 26,
role: 'God'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment