feature/share-libs
rb 21 lines 376 Bytes
Raw
1 # frozen_string_literal: true
2
3 localized do
4 root 'welcome#index'
5 get 'search', to: 'welcome#search', as: :search
6
7 # Routes from the splitfire project
8 draw(:localized_my)
9 # Accounts
10 draw(:localized_accounts)
11
12 draw(:localized_tools)
13
14 draw(:localized_pages)
15
16 draw(:localized_contents)
17
18 draw(:localized_javanese_gamelan)
19
20 draw(:localized_commentable)
21 end