Sha256: dc153b286ee5b2b9da6f128c5f6a4cc0e58f34287755674e3bea15a3866d5bd7
Contents?: true
Size: 211 Bytes
Versions: 46
Compression:
Stored size: 211 Bytes
Contents
require 'active_support/concern' module HeadRow module PaperclipExtensions extend ActiveSupport::Concern def thumbnail(attachment_name, _options = {}) column(attachment_name) end end end
Version data entries
46 entries across 46 versions & 1 rubygems