You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the phoenix helper snippet I get a compile error:
== Compilation error in file lib/my_app_web/views/cloudex_image_helper.ex ==
** (CompileError) lib/my_app_web/views/cloudex_image_helper.ex:15: undefined function picture/0
I guess that's a leftover and is meant to actually read options[:width] instead of picture.width etc.?
Or is picture some convenience function of Phoenix that I'm missing?
The text was updated successfully, but these errors were encountered:
Trying to use the phoenix helper snippet I get a compile error:
I guess that's a leftover and is meant to actually read
options[:width]
instead ofpicture.width
etc.?Or is
picture
some convenience function of Phoenix that I'm missing?The text was updated successfully, but these errors were encountered: