Sha256: 6bca9e615363b1eb97c39d675955ffb86beb8643df0655194848c3d1a517931f
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
module Irwi::Extensions::Models::WikiPageAttachment extend ActiveSupport::Concern DEFAULT_PAPERCLIP_OPTIONS = {:styles => { :medium => "300x300>", :thumb => "100x100>" }} included do belongs_to :page, class_name: Irwi.config.page_class_name end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irwi-0.5.0 | lib/irwi/extensions/models/wiki_page_attachment.rb |