config/routes.rb in old_sql-1.13.0 vs config/routes.rb in old_sql-1.14.0

- old
+ new

@@ -4,9 +4,10 @@ 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 \ No newline at end of file