Class: Avatar

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/polymorphic/avatar.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Schema Information

Table name: avatars

id                 :integer         not null, primary key
user_id            :integer
entity_id          :integer
entity_type        :string(255)
image_file_size    :integer
image_file_name    :string(255)
image_content_type :string(255)
created_at         :datetime
updated_at         :datetime