mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-22 03:35:58 +10:00
6 lines
107 B
Ruby
6 lines
107 B
Ruby
class ShareInstance < ActiveRecord::Base
|
|
|
|
belongs_to :sharable, polymorphic: true
|
|
belongs_to :user
|
|
end
|