Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用以 1984-12-28 格式存储在数据库中的出生日期输出用户年龄。
dob 存储在配置文件中
我已经看到了很多答案,但无法弄清楚将代码放在哪里。
干杯:-)
将age方法添加到您的User模型中,该方法date_of_birth将从Time.now(). 您也可以对其进行格式化,以便只返回完整的年份(无论如何这是显示年龄的常用方法)。稍后在您的意见中仅参考此方法。
age
User
date_of_birth
Time.now()