class OrmAdapter::Base

def create!(attributes = {})

Create a model using attributes
def create!(attributes = {})
  raise NotSupportedError
end