micheldoumit/tripvise

use where ao invés de find_by

Closed this issue · 1 comments

quando vc precisa retornar uma lista use where.

wheresempre retorna um array de objetos.
se achar varios [obj1, obj2, obj,3]
se achar um [obj1]
se nao achar []

find_by se retornar um ele retorna o objeto.

commit file reference
b394fc0 app/controllers/users_controller.rb#L39 #22

👍