Class: SmsBlock
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SmsBlock
- Defined in:
- app/models/sms_block.rb
Overview
== Schema Information
Table name: sms_blocks
Database name: primary
id :bigint not null, primary key
block_counts :integer default(0)
notes :text
number :string not null
created_at :datetime
updated_at :datetime
creator_id :integer
updater_id :integer
Indexes
index_sms_blocks_on_number (number) UNIQUE
Method Summary
Methods inherited from ApplicationRecord
ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation