What am I doing wrong here??
features = WidgetFeature.all(:conditions => {:widget_id=>params[:id], :children_features=>nil, :filterable => true" })
I want to find all those features where widget_id = params[:id] AND children_features IS NIL AND filterable IS TRUE