On Wed, May 27, 2009 at 7:08 AM, Diwakar, ANGLER - EIT <[email protected]> wrote: > before_filter :requires_user, > :except => :create > > def show > #------- > > # the currently authenticated user > @user = user > > end > > How shall we check the currently authenticated user using rspec?
What's in requires_user? _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
