Hi Jack

try adding this method to the controller

def conditions_for_ collection
"parent_id is null " unless params[:parent_model]
end

it should do the trick...