5 lines
85 B
Ruby
5 lines
85 B
Ruby
|
class TeamAccount
|
||
|
extend ActiveModel::Naming
|
||
|
extend ActiveModel::Translation
|
||
|
end
|