hitobito_lit/config/routes.rb
Philipp Rothmann 135b14c868 init
2022-12-20 16:26:37 +01:00

12 lines
145 B
Ruby

# encoding: utf-8
Rails.application.routes.draw do
extend LanguageRouteScope
language_scope do
# Define wagon routes here
end
end