class ListBlock < Design::Block def content Profile.find(:all).map{|p|p.name} end end