Sha256: a8939df8c8ed8371a1104371bbf7c62ef47c576eb8a0c7228d1929e493aaf151

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

Rails.application.routes.draw do
  get 'translations' => 'kakimasu/home#index', as: 'translations'
  get 'kakimasu' => 'kakimasu/home#index', as: 'kakimasu'

  namespace :kakimasu do
    resources :translations, only: [:index, :create, :edit, :update]
    resources :keys, only: [:index, :create]
    resource :home, only: :index
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kakimasu-1.0.0 config/routes.rb