Skip to content

Commit

Permalink
remove http from url
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenie0506 committed Mar 12, 2012
1 parent a05e5f0 commit aff6d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/call.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def make_call
@call = @client.account.calls.create(
:from => '+18607864737',
:to => "+#{number}",
:url => 'http://dodgedate.com/voice.txt'
:url => 'dodgedate.com/voice.txt'
)
end
end

0 comments on commit aff6d3a

Please sign in to comment.