walter/config/routes.rb
2021-10-01 01:24:08 +02:00

6 lines
113 B
Ruby

# frozen_string_literal: true
Rails.application.routes.draw do
resources :walter_histories, only: :create
end