mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-09 21:36:12 +10:00
5 lines
74 B
Ruby
5 lines
74 B
Ruby
class Image < ApplicationRecord
|
|
belongs_to :post
|
|
belongs_to :user
|
|
end
|