test/hobofields_api.rdoctest in hobofields-1.0.3 vs test/hobofields_api.rdoctest in hobofields-1.1.0.pre0

- old
+ new

@@ -167,10 +167,10 @@ => HoboFields::Text ## Field validations -HoboFields gives you some shorthands for declaring some common validations right in the field declaration. HoboFields also supports all of the options supported by the [Rails column declaration](http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#method-i-column) +HoboFields gives you some shorthands for declaring some common validations right in the field declaration ### Required fields The `:required` argument to a field gives a `validates_presence_of`: