Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created December 14, 2011 19:27
Show Gist options
  • Save luckyruby/1478071 to your computer and use it in GitHub Desktop.
Save luckyruby/1478071 to your computer and use it in GitHub Desktop.
def new
respond_to do |format|
format.js {
@location = Location.new
render :template => '/locations/display_form.js.coffee.erb'
}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment