Just like the title says :
= image_tag @organization.logo.url(:cropped)
I want this to appear as
<img src="picture.jpg?23412341234" />
Just like the title says :
= image_tag @organization.logo.url(:cropped)
I want this to appear as
<img src="picture.jpg?23412341234" />
Isn't this already the default in Rails?
That's called an asset timestamp and should reflect the latest time that the asset was modified.