Ruby on Rails Sunday, May 13, 2018

error:
ActionView::Template::Error (Missing partial transactions/_receipt, application/_receipt with {:locale=>[:en], :formats=>[:js, :html, :text, :css, :ics, :csv, :vcf, :png, :jpeg, :gif, :bmp, :tiff, :svg, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip, :gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:

the create action in transactions_controller.rb:
...
if @transaction.save
        format.json { render partial: 'receipt', status: :created, location: @parlor }
...
create.js.erb:
$('#drop_in_container').html('<%= j render partial: 'receipt', locals: @transaction %>')

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c8aa93fa-f0be-4262-8caa-45d71f1a8568%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment