I'm starting in the Rails world through the Ruby on Rails book - Put your web application on the rails.
After creating a "users" module the guide tells us to add the following command line in the migration:
add_index :users, :email, :uniqu...
asked by
18.02.2014 / 21:07