!blank? == present?
Closed this issue · 1 comments
marciotoze commented
ao invés de testar se não é branco, testa se esta presente, é exatamente a mesma coisa e fica mais fácil de visualizar :)
def verify_blank
start.present? && self.end.present?
end
http://railsless.blogspot.com.br/2011/08/difference-between-nil-empty-blank.html
commit | file reference | |
---|---|---|
394c340 | app/models/trip.rb#L24 |
MarcusSky commented
👍