epaper/test/dummy/config/routes.rb

5 lines
75 B
Ruby
Executable File

Rails.application.routes.draw do
mount EPaper::Engine => "/e_paper"
end