test/dummy_app/config/routes.rb in prawn-rails-1.2.1 vs test/dummy_app/config/routes.rb in prawn-rails-1.3.0
- old
+ new
@@ -1,5 +1,10 @@
Dummy::Application.routes.draw do
+ get "reports/custom"
+ get "reports/custom_disposition"
+ get "reports/custom_filename"
+ get "reports/custom_headers"
+ get "reports/ivar_filename"
get "reports/sample"
get "reports/table"
end