Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit bc6880b

Browse files
author
Rob Myers
committed
Fix for Rails 4, see - rubycas#27
1 parent b97de6e commit bc6880b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/rubycas-client-rails.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ class Filter
1818
@@log = nil
1919
@@fake_user = nil
2020
@@fake_extra_attributes = nil
21+
22+
def before(controller)
23+
self.filter controller
24+
end
2125

2226
class << self
2327
def setup(config)

0 commit comments

Comments
 (0)