首页 > 代码库 > rails json

rails json

respond_to do |f|
  f.json { render :json => {:a => b, :c => d}.to_json } }
end

 

rails json