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

Version Path
old_sql-1.26.0 config/routes.rb
old_sql-1.25.0 config/routes.rb
old_sql-1.24.0 config/routes.rb
old_sql-1.23.0 config/routes.rb
old_sql-1.22.0 config/routes.rb
old_sql-1.21.0 config/routes.rb
old_sql-1.20.0 config/routes.rb
old_sql-1.19.0 config/routes.rb
old_sql-1.18.0 config/routes.rb
old_sql-1.17.0 config/routes.rb
old_sql-1.16.0 config/routes.rb
old_sql-1.15.0 config/routes.rb
old_sql-1.14.0 config/routes.rb