I have a before_save in my Message model defined like this: class Message < ActiveRecord::Base before_save lambda { foo(publisher); bar }
I\'m trying to write a set of filtering functions that can be chained together to progressively filter a data set. What\'s tricky about this is that I want to be able to define the filters in a differ