Class: ViewCreditApplication
- Inherits:
-
ApplicationViewRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- ApplicationViewRecord
- ViewCreditApplication
- Includes:
- Models::SearchableView
- Defined in:
- app/models/view_credit_application.rb
Overview
== Schema Information
Table name: view_credit_applications
Database name: primary
id :integer primary key
reference_number :string(255)
state :string(255)
created_at :datetime
customer_id :integer
Constant Summary
Constants included from Schedulable
Schedulable::SIMPLE_FORM_OPTIONS
Belongs to collapse
Methods included from Models::SearchableView
#crm_link, #crm_link_subtitle, #has_columns?, #readonly?
Methods inherited from ApplicationViewRecord
Methods inherited from ApplicationRecord
ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation
Methods included from Schedulable
Methods included from Models::AfterCommittable
Methods included from Models::EventPublishable
Instance Method Details
#customer ⇒ Customer
18 |
# File 'app/models/view_credit_application.rb', line 18 belongs_to :customer, optional: true |