Is it possible to change which template is going to be rendered with an after_filter? Or does the after_filter happen after the render? If that''s the case, can anyone make any suggestions how to change which template will be rendered on the fly? I need to do this for every action, so manually doing an if blah render this else render that end in every action isn''t really an option. I''ve considered overwriting the render() function (after aliasing it so it can still be used if certain criteria are not met), but Rails goes all wacky and gets stuck in an infinite loop. Matt