testy/app/models/store.rb

5 lines
82 B
Ruby
Raw Normal View History

2026-05-17 11:12:43 +00:00
class Store < ApplicationRecord
has_one_attached :image
belongs_to :chain
end