Sha256: 802ab4716f8921521551fa5f4fee0b09ce39296b83de0eb9b3b48be882add31f
Contents?: true
Size: 514 Bytes
Versions: 13
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 "/query", :to => :query, :as => "query" match "/jqgrid", :to => :jqgrid, :as => "jqgrid" 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
13 entries across 13 versions & 1 rubygems