rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

Update to Rails 4.1 #74

Closed cassiuschen closed 10 years ago

cassiuschen commented 10 years ago

For some reasons, Rails 4,1+ need the filter to have a action method, like when used with before_action, the filter need to have a before method, so does after_action, etc..

This is an addition of before method. Now it passed the test under Rails 4.1.rc1. You can simply merge this PR.