ruby on rails - devise sign in page always show up even though its not root. -


it says log in continue. ve removed excess layout.html.erb render tag part of body. yet keeps routing users/sign_in page

help!

did removed controllers/models too? can example have in model: before_action :authenticate_member!

this cause redirect login page if you're not proper logged in.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -