Class: HhSpecial

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

Overview

Schema Information

Table name: hh_specials

id          :bigint           not null, primary key
active      :boolean          default(TRUE)
button_text :string(191)
description :text(65535)
image       :string(191)
rank        :integer
target_url  :string(191)
title       :string(191)
created_at  :datetime         not null
updated_at  :datetime         not null

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url