Sha256: cde3d74518b3130b1e9dd56487ac218203d2d63ba3130363a7b09c1b0be35ffd
Contents?: true
Size: 339 Bytes
Versions: 38
Compression:
Stored size: 339 Bytes
Contents
class Caboose::Post < ActiveRecord::Base self.table_name = "posts" belongs_to :category attr_accessible :id, :category_id, :title, :body, :published has_attached_file :image, :path => 'posts/:id_:style.:extension', :styles => { :tiny => '75x75>', :thumb => '150x150>', :large => '400x400>' } end
Version data entries
38 entries across 38 versions & 1 rubygems