Method: IshManager::ImagesHelper#s3_image_tag
- Defined in:
- app/helpers/ish_manager/images_helper.rb
#s3_image_tag(input) ⇒ Object
@deprecated, should use image_3s
141 142 143 |
# File 'app/helpers/ish_manager/images_helper.rb', line 141 def s3_image_tag input image_tag 'https://s3.amazonaws.com/ish-assets/' + input end |