Skip to content

Commit 32d1732

Browse files
committed
Updated Readme
1 parent 779316d commit 32d1732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Model.new({:name=> "pankaj" , :age => "29"}).save
5252
```
5353

5454
In your rails model: In order to define new attributes use `column` method
55-
i.e column :column_name , datetype
55+
i.e column :column_name , datatype
5656

5757

5858
example => `column :name`

0 commit comments

Comments
 (0)