installed the gem attempted to use the hamle switch_user_select
Closed this issue · 5 comments
bill-siftlocal commented
Got:
undefined local variable or method `switch_user_select'
flyerhzm commented
@bill-siftlocal what's your rails version?
bill-siftlocal commented
4.2.5
flyerhzm commented
@bill-siftlocal I can't reproduce it, could you set up a demo to reproduce the bug?
rathboma commented
I hit exactly the same thing. Rails 4.2.5.1. No idea why this is happening. switch_user 1.4.0
rathboma commented
Ok I found the issue. If you define your own 'SwitchUserHelper' it will override the original module and you won't get access to the select box.