我有一个模型用户, 用户可以是红宝石在3号铁路上的ADMIN
用户表格包含
t.boolean :admin, :default => false
t.string :email, :null => false, :default => ""
t.string :department
t.string :username
t.datetime :birthdate
t.string :encrypted_password, :null => false, :default => ""
my question is how do i display or notify the admin that today is a user s birthday i would love if there could be a model,controller and the view inclusive in the answer thanks