Skip to content

Commit 30e5d4a

Browse files
Vincent (Wen Yu) Geabnegate
andauthored
Update templates/ruby/lib/container/models/model.rb.twig
Co-authored-by: Jake Barnby <[email protected]>
1 parent 00f8271 commit 30e5d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ruby/lib/container/models/model.rb.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module {{ spec.title | caseUcfirst }}
88
attr_reader :{{ property.name | caseSnake | escapeKeyword }}
99
{% endfor %}
1010
{% if definition.additionalProperties %}
11-
attr_reader :data
11+
attr_reader :data
1212
{% endif %}
1313

1414
def initialize(

0 commit comments

Comments
 (0)