Skip to content

Instantly share code, notes, and snippets.

@drale2k
Created September 14, 2014 11:21
Show Gist options
  • Save drale2k/7ae073988979ac62f50d to your computer and use it in GitHub Desktop.
Save drale2k/7ae073988979ac62f50d to your computer and use it in GitHub Desktop.
# render my_response_template.js.erb
respond_to do |format|
format.js { render 'my_response_template', layout: false }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment