Skip to content

Commit

Permalink
Merge pull request #86 from dixpac/dix/small_fix_in_readme
Browse files Browse the repository at this point in the history
FIX: Small typo in migration inside README.
  • Loading branch information
justincampbell authored Aug 8, 2019
2 parents b2c9794 + bdf5e02 commit 5db2494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Quick Start

```ruby
class AddEncryptedSSNToPerson < ActiveRecord::Migration
add_column :persons, :ssn_encrypted, :string
add_column :people, :ssn_encrypted, :string
end
```

Expand Down

0 comments on commit 5db2494

Please sign in to comment.