Is there a way to have ApplicationController before_filter, after_filter, etc... apply to all inheriting controllers by default? From what I can tell, if I want the filters to apply, I have to specify "model :someclass" for each controller that I want to be affected. Is there a way to say all *except* the ones listed? Pretty much every controller in the application I''m making will need these filters. This wouldn''t be a problem for a small project, but the current database already has 200+ tables. About 98% percent of those tables/controllers will need to have the filters applied. Thanks, Steve