We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc603f7 commit 27178f2Copy full SHA for 27178f2
src/placeos-models/asset_type.cr
@@ -12,7 +12,7 @@ module PlaceOS::Model
12
attribute brand : String
13
attribute description : String?
14
attribute model_number : String?
15
- attribute images : Array(String) = [] of String
+ attribute images : Array(String)? = [] of String
16
17
belongs_to AssetCategory, foreign_key: "category_id", association_name: "category"
18
0 commit comments