Sha256: e31960c656fde690ab3ea6806453c29b5774908bbd53947ec17777e800740aec

Contents?: true

Size: 136 Bytes

Versions: 16

Compression:

Stored size: 136 Bytes

Contents

Rails.application.routes.draw do
  scope "(:locale)", locale: /#{I18n.available_locales.join("|")}/ do
    resources :settings
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tkh_admin_panel-0.9 config/routes.rb
tkh_admin_panel-0.3.5 config/routes.rb
tkh_admin_panel-0.3.2 config/routes.rb
tkh_admin_panel-0.3.1 config/routes.rb
tkh_admin_panel-0.3 config/routes.rb
tkh_admin_panel-0.2.8 config/routes.rb
tkh_admin_panel-0.2.7 config/routes.rb
tkh_admin_panel-0.2.6 config/routes.rb
tkh_admin_panel-0.2.5.1 config/routes.rb
tkh_admin_panel-0.2.5 config/routes.rb
tkh_admin_panel-0.2.4.1 config/routes.rb
tkh_admin_panel-0.2.4 config/routes.rb
tkh_admin_panel-0.2.3 config/routes.rb
tkh_admin_panel-0.2.2 config/routes.rb
tkh_admin_panel-0.2.1 config/routes.rb
tkh_admin_panel-0.2 config/routes.rb