Displaying 1 result from an estimated 1 matches for "descriptionm".
Did you mean:
description
2007 Dec 29
1
url_for_file_column not works
...(@core, "image", "thumb")
but return ""
i tried to print @core.image but it is set to nil.
My model is this:
class Core < ActiveRecord::Base
has_one :forum_topic
has_many :votes
has_many :forum_messages ,:through => :forum_topic
attr_accessible :site,:descriptionm,:image
file_column :image,:magick=>{
:geometry=>''600x600>'',:attributes => { :quality => 60 },
:versions => {
:thumb => {:crop => "1:1", :geometry =>"30x30",:attributes => {
:quality => 50 } },
:thum...