lib/osso/models/identity_provider.rb in osso-0.0.5.pre.theta vs lib/osso/models/identity_provider.rb in osso-0.0.5.pre.zeta

- old
+ new

@@ -38,13 +38,9 @@ ].join('/') end alias acs_url assertion_consumer_service_url - def acs_url_validator - Regexp.escape(acs_url) - end - def set_status self.status = 'configured' if sso_url && sso_cert && pending? end def active!