Hi,

i have functions for which i use before_filter
---------------------------------------------------------------------------
before_filter :find_customer, :except => [:index, :new, :create]
---------------------------------------------------------------------------

Do i need to use another before_filter for another set of functions
like
---------------------------------------------------------------------------
before_filter :countries_list, :only => [:new, :edit]
---------------------------------------------------------------------------

Are there any ways to pin both into a single implementation

Regards,
Vimal Das
--~--~---------~--~----~------------~-------~--~----~
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