lib/saml/elements/attribute_authority_descriptor.rb in libsaml-3.3.0 vs lib/saml/elements/attribute_authority_descriptor.rb in libsaml-3.4.0
- old
+ new
@@ -11,10 +11,10 @@
tag 'AttributeAuthorityDescriptor'
has_many :attribute_service, AttributeService
has_many :name_id_format, Saml::Elements::NameIdFormat
- validates :attribute_service, :presence => true
+ validates :attribute_service, presence: true
end
end
end