Mock out what we need from AR::Base.
reload() Instance Public methods Reloads the collection from the database. Returns
migrations_paths() Instance Public methods Returns the migrations paths.
index_name_exists?(table_name, index_name, default) Instance Public methods
decrement!(attribute, by = 1) Instance Public methods Wrapper around decrement
type_cast(value) Instance Public methods
quote_table_name(table_name) Instance Public methods Quotes the table name.
run(*migration_classes) Instance Public methods Runs the given migration classes
column_exists?(table_name, column_name, type = nil, options = {}) Instance Public methods
string_to_array(string, oid) Instance Public methods
offset(value) Instance Public methods Specifies the number of rows to skip before
Page 10 of 100