Created
October 3, 2013 22:30
-
-
Save jxpx777/6818126 to your computer and use it in GitHub Desktop.
This is the error we're seeing in production only. Production uses Apache+Passenger. Dev using Pow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActionView::MissingTemplate (Missing template /invoice with {:locale=>[:en], :formats=>[:text], :handlers=>[:erb, :builder]}. Searched in: | |
* "/var/www/appname/releases/20131003214241/app/views" | |
): | |
app/mailers/mailer.rb:42:in `block in invoice' | |
app/mailers/mailer.rb:41:in `invoice' | |
app/controllers/admin_controller.rb:410:in `resend_invoice' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment