5 lines
85 B
Ruby
5 lines
85 B
Ruby
|
Rails.application.routes.draw do
|
||
|
|
||
|
mount TextMarquee::Engine => "/text_marquee"
|
||
|
end
|