Class: Picture

Inherits:
Asset
  • Object
show all
Defined in:
lib/generators/sunrise/templates/models/defaults/picture.rb

Overview

Schema Information

Table name: assets

id :integer(4) not null, primary key data_file_name :string(255) not null data_content_type :string(255) data_file_size :integer(4) assetable_id :integer(4) not null assetable_type :string(25) not null type :string(25) guid :string(10) locale :integer(1) default(0) user_id :integer(4) created_at :datetime updated_at :datetime

Indexes

index_assets_on_assetable_type_and_type_and_assetable_id (assetable_type,type,assetable_id) index_assets_on_assetable_type_and_assetable_id (assetable_type,assetable_id) index_assets_on_user_id (user_id)

Method Summary

Methods included from Sunrise::Models::Asset

included