Sha256: 6b006628d890b6bee04e29ca0d6971b486159da2fb9d6ca850df2c060bc5cb70

Contents?: true

Size: 142 Bytes

Versions: 2

Compression:

Stored size: 142 Bytes

Contents

DocLog::Engine.routes.draw do
  root to: "raw_logs#index"
  resources :raw_logs, only: [:index, :show]
  get '/sync', to: 'raw_logs#sync'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
doc_log-0.0.3 config/routes.rb
doc_log-0.0.2 config/routes.rb