My controller has this:
caches_action :render_ticker_for_channel, :expires_in => 30.seconds
In my routes file I have this:
Use the regex version of expire_fragment:
expire_fragment %r{render_c_t/#{c.id}/}