README.md in lockbox-0.2.2 vs README.md in lockbox-0.2.3
- old
+ new
@@ -78,9 +78,10 @@
```ruby
class User < ApplicationRecord
encrypts :born_on, type: :date
encrypts :signed_at, type: :datetime
+ encrypts :opens_at, type: :time
encrypts :active, type: :boolean
encrypts :salary, type: :integer
encrypts :latitude, type: :float
encrypts :video, type: :binary
encrypts :properties, type: :json