Commit d6ae117
Changed files (2)
lib
saml
lib/saml/kit/translatable.rb
@@ -3,7 +3,6 @@ module Saml
module Translatable
def error_message(attribute, type: :invalid)
I18n.translate(attribute, scope: "saml/kit.errors.#{name}")
- #errors.generate_message(attribute, type: :invalid)
end
end
end
lib/saml/kit/version.rb
@@ -1,5 +1,5 @@
module Saml
module Kit
- VERSION = "0.2.4"
+ VERSION = "0.2.5"
end
end