Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 17:19
Show Gist options
  • Save bleonard/1987ce7a57b5fe514a2d8208d2c36752 to your computer and use it in GitHub Desktop.
Save bleonard/1987ce7a57b5fe514a2d8208d2c36752 to your computer and use it in GitHub Desktop.
def show
@hash = Api::V1::UserHash.show(@user, params)
render json: @hash
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment