Module: Image
- Included in:
- Curation::Page
- Defined in:
- lib/curation/finders/image.rb
Instance Method Summary collapse
Instance Method Details
#image ⇒ Object
3 4 5 |
# File 'lib/curation/finders/image.rb', line 3 def image @image ||= find_image.to_s.gsub('http://', 'https://') end |