Skip to content

Commit

Permalink
simple typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fg committed Mar 16, 2016
1 parent 725f9c4 commit 66fcb58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ class Person < ActiveRecord::Model
# table_name people
# Database fields
primary id :: Int
field last_name :: String
field first_name :: String
field number_of_dependents :: Int
primary id : Int
field last_name : String
field first_name : String
field number_of_dependents : Int
# Domain logic
def get_tax_exemption
Expand Down

0 comments on commit 66fcb58

Please sign in to comment.