ulmic/tramway-dev

View on GitHub
tramway-export/config/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

Tramway::Export::Engine.routes.draw do
  resources :exports, only: [ :show, :index ]
end