Class: Accountability::ApplicationRecord

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/accountability/application_record.rb

Class Method Summary collapse

Class Method Details

.validates_attributes(*attribute_names) ⇒ Object



7
8
9
# File 'app/models/accountability/application_record.rb', line 7

def self.validates_attributes(*attribute_names)
  self.validatable_attribute_names = attribute_names
end