Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jsroutes.rb « initializers « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e6f5176f7ea87d440a6e7ffccd1ab29ee3e210c (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

JsRoutes.setup do |config|
  config.camel_case = true
  config.compact = true
  config.module_type = nil
  config.namespace = "Routes"
end