You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`Struct.attribute` yields a block with definition for nested structs. It defines a nested constant for the new struct and supports arrays (AMHOL + flash-gordon)
47
47
48
48
```ruby
@@ -57,7 +57,7 @@
57
57
attribute :balance, Types::Strict::Decimal
58
58
end
59
59
end
60
-
60
+
61
61
# ^This automatically defines User::Address and User::Account
0 commit comments