Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Created November 14, 2018 17:53
Show Gist options
  • Save hpjaj/3c88bcca3b50b8a162fd668284122345 to your computer and use it in GitHub Desktop.
Save hpjaj/3c88bcca3b50b8a162fd668284122345 to your computer and use it in GitHub Desktop.
# app/controllers/api/posts_controller.rb
def create
render json: { params: params }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment