% btsm = Caboose::BlockTypeSiteMembership.where(:site_id => @site.id).pluq(:block_type_id) grid = Caboose::BlockType.where(:name => 'flex_grid').first @block_types = Caboose::BlockType.where(:parent_id => nil, :block_type_category_id => 2).where(:id => btsm).order(:description) %>