First step of online html export
This commit is contained in:
parent
d2165a484c
commit
5e0539d7c6
7 changed files with 264 additions and 16 deletions
|
|
@ -22,6 +22,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
end
|
||||
resource :export, only: %i[show]
|
||||
member do
|
||||
get "(-/:page_id)", action: :show, as: "", constraints: { id: /\d+/ }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue