Module: SmartthumbsHelper
- Defined in:
- app/helpers/smartthumbs_helper.rb
Instance Method Summary collapse
Instance Method Details
#thumb_tag(record, format, opts = {}) ⇒ Object
3 4 5 |
# File 'app/helpers/smartthumbs_helper.rb', line 3 def thumb_tag(record, format, opts={}) image_tag record.thumb_url_for(format), opts end |