Re: [Rails] constant didn't update?

2010-05-31 Thread Michael Pavling
// is not a ruby comment Change it to # and see what happens. (Sorry for top-posting - mobile phone has awful email client) On May 31, 2010 9:31 PM, "minka" wrote: A very puzzling thing has happened. Any ideas on this? I have two rates for this service I provide. 5 cents per line 10 cents p

[Rails] constant didn't update?

2010-05-31 Thread minka
A very puzzling thing has happened. Any ideas on this? I have two rates for this service I provide. 5 cents per line 10 cents per line I updated the latter to 20 cents per line, and made other changes to my site. I use a constant for the rate so I did this: EXEC_RATE = 20 // used to be, EXEC_