Class OrmAdapter::ActiveRecord
In: lib/orm_adapter/adapters/active_record.rb
Parent: Base

Methods

Public Class methods

Do not consider these to be part of the class list

Gets a list of the available models for this adapter

Public Instance methods

Return list of column/property names

@see OrmAdapter::Base#create!

Protected Instance methods

Introspects the klass to convert and objects in conditions into foreign key and type fields

[Validate]