Sha256: d56033fa7d772ebea1e0eb40fd9cc26631b9bff2b1294982d11cf3f5dc7ead27
Contents?: true
Size: 514 Bytes
Versions: 39
Compression:
Stored size: 514 Bytes
Contents
Rails.application.routes.draw do scope "sql", :module => :old_sql, :as => "old_sql" do scope "reports", :as => "reports" do controller "report" do match "/", :to => :index, :as => "report_list" match "/jqgrid", :to => :jqgrid, :as => "jqgrid" match "/query", :to => :query, :as => "query" match "/table", :to => :table, :as => "table" match "/chart", :to => :chart, :as => "chart" match "/print", :to => :print, :as => "print" end end end end
Version data entries
39 entries across 39 versions & 1 rubygems