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