Commit cc1d261

mo <mo@mokhan.ca>
2018-02-05 23:20:12
remove deprecated constant.
1 parent a2fb331
Changed files (1)
lib
saml
lib/saml/kit/response.rb
@@ -26,8 +26,6 @@ module Saml
           self.errors[attribute] << error
         end
       end
-
-      Builder = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Saml::Kit::Response::Builder', 'Saml::Kit::Builders::Response')
     end
   end
 end