Sha256: ab0491424e3c23d82420d135ab480ecb3032caef8f3ceeba90a063802a5290ee

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

I18nDashboard::Engine.routes.draw do

  match "/" => "translations#index", as: :i18n_dashboard_root
  resources :translations, only: [:index, :create, :destroy]

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
i18n_dashboard-0.1.5 config/routes.rb
i18n_dashboard-0.1.4 config/routes.rb