The parent class for models that are persisted on a different database app/models/public_database_model.rb
:
# Public: Provide a base class for accessing the public database.
# All models inheriting from this class will use by default the data store DB.
class PublicDatabaseModel < ActiveRecord::Base