-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains 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
8fde0b6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get
undefined method 'filename' for #<Sprockets::StaticAsset:0x007f3ea59ea238>
Works fine with
im
instead ofim.filename
.What is the purpose of this commit?
Is there a reason the code for the packaging slip template wasn't also changed?
Thanks!
8fde0b6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was a quick fix because
im.filename
was working for me, andim
was not.i also saw this was already present on
master
.is this maybe dependent on the version of some library, like Sprockets?