Title / Description
Code class MainController < ApplicationController respond_to :js, :html, :xml def cezar respond_with do |format| format.html format.xml format.js do if request.xhr? #render :update do |page| render :json => {:kjkj=>'jhj', :jghg=>'yuggcc'}.to_json # end end end end end def magickquadro end end
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code