Sha256: a20a38fcc1e3dd7bd88190f275831da0f05ab1d66db4ab2796bc867fcd705d68
Contents?: true
Size: 176 Bytes
Versions: 3
Compression:
Stored size: 176 Bytes
Contents
class <%= @class_name %> < ActiveRecord::Base mount_uploader :image, <%= @uploader_name %> def self.with_type(slider_type) where(slider_type: slider_type) end end
Version data entries
3 entries across 3 versions & 1 rubygems