README.md in simple_model-1.2.27 vs README.md in simple_model-1.3.0

- old
+ new

@@ -33,10 +33,9 @@ before_validation :add_to_array # Attributes has_booleans :active, :default => true has_booleans :paid - has_currency :price, :default => 10.0.to_currency has_times :created_at, :default => :now has_attribute :my_array, :default => [] # Validation validates_inclusion_of :price, :in => 10..25