README.md in translation_center-1.2.1 vs README.md in translation_center-1.3.0

- old
+ new

@@ -66,9 +66,14 @@ ```ruby rake db:migrate ``` +And then run this rake to get all current translations to the db +```ruby +rake translation_center:synch +``` + In your User model or any other model that should acts as a translator add the following line: ```ruby acts_as_translator ```