Sha256: db91a282ecf48e264c6936dcdc0d8d3cbcb365db17e8cc7fca2abb3f76dc9d67
Contents?: true
Size: 324 Bytes
Versions: 7
Compression:
Stored size: 324 Bytes
Contents
module Pageflow module LinkmapPage class MaskSprite < ActiveRecord::Base belongs_to :image_file has_attached_file :attachment, Pageflow.config.paperclip_s3_default_options do_not_validate_attachment_file_type :attachment def as_json(*) super(only: [:id]) end end end end
Version data entries
7 entries across 7 versions & 1 rubygems