newleaders/thincloud-authentication

View on GitHub
app/helpers/thincloud/authentication/registrations_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Thincloud::Authentication
  module RegistrationsHelper

    def form_error_class_for(form, field)
      "error" if form.object.errors[field].present?
    end

  end
end