Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active August 29, 2015 14:02
Show Gist options
  • Save nakaearth/b72bf985153ea502cac1 to your computer and use it in GitHub Desktop.
Save nakaearth/b72bf985153ea502cac1 to your computer and use it in GitHub Desktop.
詳細表示で使うshowメソッドの修正
def show
@user = UserDecorator.find(params[:id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment