2021-09-26 14:51:13 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
2021-09-26 14:41:38 -07:00
|
|
|
class ApplicationRecord < ActiveRecord::Base
|
|
|
|
|
primary_abstract_class
|
2025-11-24 08:22:44 -05:00
|
|
|
|
2026-01-15 11:37:50 -05:00
|
|
|
establish_connection :baclight
|
2021-09-26 14:41:38 -07:00
|
|
|
end
|