Help w/ errors.add_to_b ase between controller and model

Hello,

I'm having trouble in routing some errors between model and
controller. The errors produced in the controller
(invite_control ler.rb) are collected and spit out nicely in a
flash[:validate] method as such:

Code:
if errors.size > 0
   flash[:validation] = errors.join('<br />')
end
...