assemblymade/coderwall

View on GitHub
app/helpers/error_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ErrorHelper
  def protips_list(type, count)
    Protip.method(type).call.first(count)
  end
end