Last active
August 29, 2015 14:02
-
-
Save nakaearth/b72bf985153ea502cac1 to your computer and use it in GitHub Desktop.
詳細表示で使うshowメソッドの修正
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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