Skip to content

Instantly share code, notes, and snippets.

@matiaskorhonen
Created April 7, 2011 06:57
Show Gist options
  • Save matiaskorhonen/907185 to your computer and use it in GitHub Desktop.
Save matiaskorhonen/907185 to your computer and use it in GitHub Desktop.
respond_with
# This works:
respond_with :admin, @patent
# This DOES NOT work:
respond_with [:admin, @patent]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment