Class: ActiveRecord::Schema

Inherits:
Migration
  • Object
show all
Defined in:
lib/nulldb/extensions.rb

Overview

Just make sure you have the latest version of your schema

Class Method Summary collapse

Class Method Details

.define(info = {}, &block) ⇒ Object



37
38
39
# File 'lib/nulldb/extensions.rb', line 37

def self.define(info={}, &block)
  instance_eval(&block)
end