4 lines
62 B
Ruby
4 lines
62 B
Ruby
|
|
class Chain < ApplicationRecord
|
||
|
|
has_one_attached :image
|
||
|
|
end
|