6 lines
119 B
Ruby
6 lines
119 B
Ruby
class OpenRangeElement < ApplicationRecord
|
|
belongs_to :element, :polymorphic => true
|
|
|
|
belongs_to :open_range
|
|
end
|