]>
cat aescling's git repositories - mastodon.git/blob - app/models/application_record.rb
1 # frozen_string_literal: true
3 class ApplicationRecord
< ActiveRecord
::Base
4 self.abstract_class
= true
9 def update_index(_type_name
, *_args
, &_block
)
10 super if Chewy
.enabled
?
14 def boolean_with_default(key
, default_value
)
15 value
= attributes
[key
]
This page took 0.092906 seconds and 4 git commands to generate.