Commit 4996915b6d9756bd9ab9751d8cb9360f488b989c
1 parent
e8c0d45d
Exists in
colab
and in
4 other branches
Commented the js-routes initializer
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
config/initializers/jsroutes.rb
1 | JsRoutes.setup do |config| | 1 | JsRoutes.setup do |config| |
2 | + # This makes sure that routes on JS files follow the root set | ||
2 | config.prefix = Mezuro::Application.config.relative_url_root | 3 | config.prefix = Mezuro::Application.config.relative_url_root |
3 | end | 4 | end |
4 | \ No newline at end of file | 5 | \ No newline at end of file |