Skip to content

Instantly share code, notes, and snippets.

@camelpunch
Created July 11, 2011 22:45
Show Gist options
  • Select an option

  • Save camelpunch/1076988 to your computer and use it in GitHub Desktop.

Select an option

Save camelpunch/1076988 to your computer and use it in GitHub Desktop.
class DesignsController < ApplicationController
respond_to :json, :only => :create
respond_to :html, :json, :only => [:index, :unpublished]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment