Rails 测试对已更新到最新版本的 gem (attr_encrypted) 发出弃用警告。上面写着:
DEPRECATION WARNING: <custom_attribute_name> is not an attribute known
to Active Record. This behavior is deprecated and will be removed in
the next version of Rails. If you'd like <custom_attribute_name> to be
managed by Active Record, add attribute :<custom_attribute_name> to
your class.
不知道它要求我做什么......它必须使用 attr_encrypted 声明。