ruby on rails - activeadmin with sorcery skip_filter require_login -


i use sorcery rails app, , have:

before_filter :require_login 

in application controller

however, when do:

localhost:3000/admin 

i wish jump straight activeadmin login page, rather normal user login first, , activeadmin login.

i've tried:

  config.skip_before_filter :require_login 

but doesn't work @ all.

any suggestions?


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -