Description:
    rails generate acts_as_favoritor

    no need to specify a name after acts_as_favoritor as you can not change the model name from Favorite
    the acts_as_favoritor_migration file will be created in db/migrate
