walter/config/routes.rb
2018-10-04 15:16:10 -04:00

6 lines
114 B
Ruby

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