Skip to content

Instantly share code, notes, and snippets.

@liweinan
Last active December 20, 2015 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liweinan/6113493 to your computer and use it in GitHub Desktop.
Save liweinan/6113493 to your computer and use it in GitHub Desktop.
class SomeController < ApplicationController
def update
respond_to do |format|
format.html { render :action => :show }
format.js
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment