mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
9 lines
170 B
Ruby
9 lines
170 B
Ruby
# frozen_string_literal: true
|
|
|
|
JsRoutes.setup do |config|
|
|
config.camel_case = true
|
|
config.compact = true
|
|
config.module_type = nil
|
|
config.namespace = "Routes"
|
|
end
|