CopyPastor

Detecting plagiarism made easy.

Score: 0.9147789328850828; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2019-09-15
by Elayan Hamamrah

Original Post

Original - Posted on 2019-09-15
by Elayan Hamamrah



            
Present in both answers; Present only in the new answer; Present only in the old answer;

As referred here in the [image_tag documentation][1] if you passed
image_tag(temp.img) It will reproduce:
<img src="/assets/[YOUR TAG IMG]" /> So I believe that yours should look like this:
image_tag("/images/#{temp.img}")
[1]: https://apidock.com/rails/ActionView/Helpers/AssetTagHelper/image_tag


As referred here in the [image_tag documentation][1] if you passed
image_tag(tag.img) It will reproduce:
<img src="/assets/[YOUR TAG IMG]" /> So I believe that yours should look like this:
image_tag("/images/#{tag.img}")
[1]: https://apidock.com/rails/ActionView/Helpers/AssetTagHelper/image_tag



        
Present in both answers; Present only in the new answer; Present only in the old answer;