Sha256: 5021d682d7327b287795ab70d8b6f9e12e0fc3b86664ad59f50a96f2c567109b
Contents?: true
Size: 169 Bytes
Versions: 17
Compression:
Stored size: 169 Bytes
Contents
class Blog < ActiveRecord::Base attr_accessible :body, :name, :featured include Brightcontent::Attachable def attachment_styles { test: "200x200" } end end
Version data entries
17 entries across 17 versions & 1 rubygems