class Flor::DummySequelAdapter::Db

Public Instance Methods

supports_schema_parsing?() click to toggle source
# File lib/flor/unit/models.rb, line 8
def supports_schema_parsing?; false; end
transaction(opts={}) { || ... } click to toggle source
# File lib/flor/unit/models.rb, line 9
def transaction(opts={}); yield; end