Class: HhSpecial
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- HhSpecial
- 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