Skip to content

Commit ad46d60

Browse files
authored
Update routes.rb
1 parent c067d16 commit ad46d60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/routes.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Rails.application.routes.draw do
2-
get "outbound_calls/new"
3-
get "outbound_calls/create"
4-
get "outbound_calls/show"
2+
53
# For OutboundSms controller, new & create
64
get '/outbound_sms/new', to: 'outbound_sms#new', as: :new_outbound_sms
75
post '/outbound_sms', to: 'outbound_sms#create', as: :outbound_sms

0 commit comments

Comments
 (0)