mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-21 12:29:03 +01:00
4 lines
81 B
Ruby
4 lines
81 B
Ruby
class Address < ApplicationRecord
|
|
belongs_to :placeable, polymorphic: true
|
|
end
|