Class: Tag

Inherits:
ApplicationRecord show all
Includes:
Codenamable
Defined in:
app/models/tag.rb

Class Method Summary collapse

Methods included from Codenamable

#set_code_name

Methods inherited from ApplicationRecord

attach_user_id_to_admin_activity?

Class Method Details

.searchable_attributesObject



9
10
11
# File 'app/models/tag.rb', line 9

def searchable_attributes
  %i[name tag_category_id]
end