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

Update the method to get value from AR #206

Closed martinx closed 10 years ago

martinx commented 10 years ago

When using reserved words as column,may occurred an error.

As following:

authenticator:
 class: CASServer::Authenticators::SQL
  ....
 extra_attributes: mobile,system

the column system is a boolean flag for user,but user.send(system) will call system method.