Commit 4996915b6d9756bd9ab9751d8cb9360f488b989c

Authored by Rafael Manzo
1 parent e8c0d45d

Commented the js-routes initializer

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/initializers/jsroutes.rb
1 1 JsRoutes.setup do |config|
  2 + # This makes sure that routes on JS files follow the root set
2 3 config.prefix = Mezuro::Application.config.relative_url_root
3 4 end
4 5 \ No newline at end of file
... ...