役職のモデル。
名前および企業の名前を返す。
[Source]
# File app/models/post.rb, line 32 32: def name_with_in 33: "#{name} (#{company.name})" 34: end
[Validate]