5 lines
98 B
Ruby
5 lines
98 B
Ruby
class LinkCategory < ApplicationRecord
|
|
has_many :links
|
|
|
|
has_rich_text :description_html
|
|
end
|