4 lines
141 B
Ruby
4 lines
141 B
Ruby
|
|
class BaclightRecord < ActiveRecord::Base
|
||
|
|
self.abstract_class = true
|
||
|
|
connects_to database: { writing: :baclight, reading: :baclight }
|
||
|
|
end
|