authenticate
authenticate copied to clipboard
routing constraints?
Hello,
are you guys aware of a way to use routing constraints with this gem?
like devise does through:
authenticated :user do root 'secret#index', as: :authenticated_root end
thank you, Andreas