On Mon, Sep 19, 2011 at 9:27 PM, Me <
chab...@gmail.com> wrote:
> I have the rails 3.1 authentication set up, how do I get it to make sure I
> authenticate system wide?
If by system wide you mean every action on every controller you can
set up a before_filter on ApplicationController and check for the
current_user there.
Hope it helps.
Cheers.
--
Leonardo Mateo.
There's no place like ~