Displaying 3 results from an estimated 3 matches for "second_number".
2006 Jan 03
18
Trying to do a simple thing ...
Hi !
I was talking to a seasider and he asked me if it was easy to do the following
thing using rails :
1) ask a number to the user
2) ask a second number
3) give the addition of the two number and a link to be able to replay
All these things have to be done in one controller and one action, there is no
need for verification and other stuff.
I tried but I''ve got some problems
2010 May 16
7
OK, I'm stumped
I'm trying to make an AMI call. I want to call a number, play an
announcement when the call is answered, then call a second number and
connect the two when the second call is answered.
I an able to make a simple call to two numbers and connect them using
the manager API but playing the announcement has me beat.
Suggestions anyone?
Bruce Ferrell
2006 May 09
7
polymorphic relation question
I am trying to get polymorphic relations to work for my app. What I am
trying to do is explained by this picture
http://iroll.org/code/
I can''t figure out the code for in the controller to create a new
phone_number and assign it to a person. I have tried everything I can
think of.
A) do my models look correct?
B) what would the commands look like in the console or a controller
action