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: e82bf7125aa7ed4f182f1a834a903cf01f990f28 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

JsRoutes.setup do |config|
  config.camel_case = true
  config.compact = true
end