rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

fix finding ProxyTicket via STI #176

Closed mmell closed 7 years ago

mmell commented 11 years ago

Using ActiveRecord 3.2.13 the existing code can not find ProxyTickets. Requesting the base class in cas.rb fixes the issue. In model.rb ProxyTicket needs to inherit from ServiceTicket so that it has access to ServiceTicket#granted_by_tgt.

mmell commented 7 years ago

closing stale PR