Skip to content

Commit

Permalink
Fix code in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama authored Mar 3, 2017
1 parent 5d9b768 commit 3519b72
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 @@ -97,7 +97,7 @@ a class to add translated attributes:
class Post < ActiveRecord::Base
include Mobility
translates :title, type: :string
translates :content, type: :content
translates :content, type: :text
end
```

Expand Down

0 comments on commit 3519b72

Please sign in to comment.