what version of rails are you using? on 3.1.3 all three of these fire fine for 
me in my application controller...

  before_filter :must_login
  before_filter :must_be_member
  before_filter :must_be_admin


jordan





On Jan 19, 2012, at 1:23 PM, Dan King wrote:

> I've added two before filters in one of my controllers like so:
> 
> before_filter :filter_one
> before_filter :filter_two
> 
> The first filter (:filter_one) always fires, but the second filter
> (:filter_two) never does. Anyone know how to make both filters always
> fire?
> 
> Thanks.
> 
> -Dan
> 
> -- 
> Posted via http://www.ruby-forum.com/.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to