:hocho: An ActiveModel extension that automatically strips all attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
@zarqman suggested this in #48. Given the new guard clause to check for String, I thought it was a good idea to clean up the extra #respond_to? guard clauses now.
@zarqman suggested this in #48. Given the new guard clause to check for
String
, I thought it was a good idea to clean up the extra#respond_to?
guard clauses now.