6 lines
68 B
Ruby
6 lines
68 B
Ruby
class License < Sequel::Model
|
|
|
|
one_to_many :license_comments
|
|
|
|
end
|