Sha256: 6a6f7cc49aef724482094d75ed846075acf2b283ae4d008cf7f3ae6700179641

Contents?: true

Size: 148 Bytes

Versions: 2

Compression:

Stored size: 148 Bytes

Contents

# frozen_string_literal: true

Taksi::Engine.routes.draw do
  resources :interfaces, only: [:show] do
    resources :data, only: [:index]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
taksi-rails-0.2.1 config/routes.rb
taksi-rails-0.2.0 config/routes.rb