Class: Dimension

Inherits:
ApplicationRecord show all
Defined in:
app/models/dimension.rb

Overview

Schema Information

Table name: dimensions

id           :integer          not null, primary key
an_occasion  :boolean          default(FALSE)
deleted_at   :datetime
identifier   :string(191)
name         :string(191)
order_number :integer          default(100)
created_at   :datetime         not null
updated_at   :datetime         not null

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url