Hmm. Do I smell a birthday cake?

if((Calendar.MONTH==0)&(Calendar.DAY_OF_MONTH==19)){
age++;
}


Rails URL Helper Swaps ID And Action

If the Rails URL Helper swaps ID and Action the method (eg. GET, POST) is missing.