ricarthlima/eo-project-es

View on GitHub
app/helpers/inicio_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module InicioHelper
    def busca_vazia
        if @nome_busca == ""
            return true
        else
            return false
        end
    end
end