5 lines
91 B
Ruby
5 lines
91 B
Ruby
|
Rails.application.routes.draw do
|
||
|
|
||
|
mount UniversalTable::Engine => "/universal_table"
|
||
|
end
|