Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active December 15, 2015 03:09
Show Gist options
  • Save nakaearth/5192827 to your computer and use it in GitHub Desktop.
Save nakaearth/5192827 to your computer and use it in GitHub Desktop.
private
def update_params
params.require(:hoge).permit(:title, :description, :priority, :status)
end
@hito-asa
Copy link

hito-asa commented Apr 2, 2013

これでどうでしょう。スペース開けただけです
https://gist.github.com/hito-asa/5290892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment