config/routes.rb in old_sql-1.26.0 vs config/routes.rb in old_sql-1.27.0

- old
+ new

@@ -1,11 +1,11 @@ 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 "/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 \ No newline at end of file