Skip to content

Commit ffd95b5

Browse files
committed
Test
1 parent b59b89b commit ffd95b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yaaf/form.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class Form
66
include ::ActiveModel::Model
77
include ::ActiveModel::Validations::Callbacks
88
include ::ActiveRecord::Transactions
9+
include ::ActiveModel::Attributes if defined?(::ActiveModel::Attributes)
910

1011
if defined?(::ActiveModel::Attributes::Normalization)
11-
include ::ActiveModel::Attributes
1212
include ::ActiveModel::Attributes::Normalization
1313
end
1414

0 commit comments

Comments
 (0)