ok for the ROR experts:: i have a controller that creates another model (not the same name as the controller) by doing classify.constantize on a string. then doing a save on that model which implements fragment caching ... the sweeper method missing gets called (this is normal for the rails code) but does not complete because @controller is nil in the ActionController caching.rb module. i want rails to expire the fragment like it is advertised to do ... any ideas? -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---