mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-14 22:25:17 +09:00
6 lines
83 B
Ruby
6 lines
83 B
Ruby
class Account < ApplicationRecord
|
|
include Joinable
|
|
|
|
has_one_attached :logo
|
|
end
|