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.
我知道这是一个非常简单的问题,但谷歌搜索只返回有关关系基础和方法链接的信息。class method例如user.profile.name,别名是user.name什么?
class method
user.profile.name
user.name
你想要delegate:
delegate
delegate :name, :to => :profile