automate employer setup import from word and manual entry working
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class BrittonWebRecord < ActiveRecord::Base
|
||||
self.abstract_class = true
|
||||
connects_to database: { writing: :britton_web, reading: :britton_web }
|
||||
end
|
||||
Reference in New Issue
Block a user