A lot :)
This commit is contained in:
parent
aad67af0d1
commit
63fc206c27
153 changed files with 2043 additions and 646 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class LinkCategory < ApplicationRecord
|
||||
has_many :links
|
||||
|
||||
has_rich_text :description_html
|
||||
|
||||
has_rich_text :description
|
||||
|
||||
def t_name
|
||||
name
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue