Hmmm... the issue with "uninitialized constant SessionsController" i
was able to resolve by moving

gem.config "warden"
gem.config "devise"

to environment.rb instead of the standard extension config block file.
Strange... but ok.


Now the issue I'm attempting to resolve is as follows:
When I attempt to access one of the pages requiring authentication
(via devise), I get redirected to /admin/login. That is the radiant
admin authentication page. I made sure that no_login_required line is
present in my controller to avoid requiring logged-in radiant user.



Reply via email to