We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ced8f9 commit 0cb8cbcCopy full SHA for 0cb8cbc
1 file changed
src/placeos-models/asset_category.cr
@@ -10,7 +10,7 @@ module PlaceOS::Model
10
# i.e. a tablet
11
attribute name : String, es_subfield: "keyword"
12
attribute description : String?
13
- attribute hidden : Bool = false
+ attribute hidden : Bool = false, es_subfield: "keyword"
14
15
belongs_to AssetCategory, foreign_key: "parent_category_id", association_name: "parent_category"
16
0 commit comments