On 3/21/06, Piers Cawley <[EMAIL PROTECTED]> wrote:
> Mmm... I love this programming language.
>
> I've just written the following:
>
> def perform_action_without_filters
> scope_hash = {:find => {:conditions => "blog_id = #{this_blog.id}"},
> :create => {:blog_id => this_blog.id}}
> blog_scoped_model_classes.inject(lambda {super}) do |block, klass|
> lambda { klass.with_scope(scope_hash, &block) }
> end.call
> end
>
> And I fully expect it to work. Do you think I've spent to long
> programming in lisp?
Can you decipher that for those of us a bit newer to things? :)
- Rob
--
http://www.robsanheim.com/
http://www.ajaxian.com/
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list