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

Version Path
old_sql-1.65.0 config/routes.rb
old_sql-1.64.0 config/routes.rb
old_sql-1.63.0 config/routes.rb
old_sql-1.62.0 config/routes.rb
old_sql-1.61.0 config/routes.rb
old_sql-1.60.0 config/routes.rb
old_sql-1.59.0 config/routes.rb
old_sql-1.58.0 config/routes.rb
old_sql-1.57.0 config/routes.rb
old_sql-1.56.0 config/routes.rb
old_sql-1.55.0 config/routes.rb
old_sql-1.54.0 config/routes.rb
old_sql-1.53.0 config/routes.rb
old_sql-1.52.0 config/routes.rb
old_sql-1.51.0 config/routes.rb
old_sql-1.50.0 config/routes.rb
old_sql-1.49.0 config/routes.rb
old_sql-1.48.0 config/routes.rb
old_sql-1.47.0 config/routes.rb
old_sql-1.46.0 config/routes.rb