Skip to content

Commit 17b99e8

Browse files
committed
Typo
1 parent 16fefd6 commit 17b99e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/active_record/connection_adapters/sqlserver/core_ext/attribute_methods.rb

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def attributes_for_update(attribute_names)
1717
column = self.class.columns_hash[name]
1818
column && column.respond_to?(:is_identity?) && column.is_identity?
1919
end
20+
end
2021
end
2122
end
2223
end

0 commit comments

Comments
 (0)