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
spec.summary="Whitespace cleanup for ActiveModel attributes"
13
14
spec.description="StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil."
14
15
spec.license="MIT"
@@ -18,9 +19,10 @@ Gem::Specification.new do |spec|
0 commit comments