Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit 07c8e3a

Browse files
committed
Remove 'size' as a required attribute
1 parent 3b2592f commit 07c8e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/file.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626

2727
# Require attributes
2828
attribute :path, kind_of: String, name_attribute: true
29-
attribute :size, kind_of: Fixnum, required: true
29+
attribute :size, kind_of: Fixnum
3030
attribute :persist, kind_of: [TrueClass, FalseClass], default: false

0 commit comments

Comments
 (0)