flyerhzm/switch_user

installed the gem attempted to use the hamle switch_user_select

Closed this issue · 5 comments

Got:
undefined local variable or method `switch_user_select'

@bill-siftlocal what's your rails version?

@bill-siftlocal I can't reproduce it, could you set up a demo to reproduce the bug?

I hit exactly the same thing. Rails 4.2.5.1. No idea why this is happening. switch_user 1.4.0

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.