Add LndHub db/models, and quick stats for admin views
This commit is contained in:
4
app/models/lndhub_base.rb
Normal file
4
app/models/lndhub_base.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class LndhubBase < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
establish_connection :lndhub
|
||||
end
|
||||
Reference in New Issue
Block a user