def create
    @provider_type = ProviderType.new(params[:provider_type])

    respond_to do |format|
      if @provider_type.save