def create
    @street_conversion = StreetConversion.new resource_params
    if @street_conversion.save
      flash[:notice] = 'Added the new street conversion.'
      redirect_to action: :index