class DatabaseSlave::AbstractClassWithoutBlockError
Raised when using_slave() method used on a abstract class without a block given. For example: ActiveRecord::Base.using_slave().where() is not allowed.
Raised when using_slave() method used on a abstract class without a block given. For example: ActiveRecord::Base.using_slave().where() is not allowed.