cloudex icon indicating copy to clipboard operation
cloudex copied to clipboard

Compilation error when using phoenix helper

Open julianrubisch opened this issue 3 years ago • 0 comments

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?

julianrubisch avatar Feb 15 '21 10:02 julianrubisch