6 lines
87 B
Ruby
6 lines
87 B
Ruby
class Account < ApplicationRecord
|
|
include Joinable
|
|
|
|
has_many_attached :uploads
|
|
end
|