From daaa5251c9634ec18d720adc0e5daee8bc4d9a13 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Mar 2005 13:09:44 +0000 Subject: Fixed documentation and prepared for 0.11.0 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@976 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/migration.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index 63ff46b014..a19381ea64 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -1,8 +1,8 @@ module ActiveRecord - class IrreversibleMigration < ActiveRecordError + class IrreversibleMigration < ActiveRecordError#:nodoc: end - class Migration + class Migration #:nodoc: class << self def up() end def down() end @@ -14,7 +14,7 @@ module ActiveRecord end end - class Migrator + class Migrator#:nodoc: class << self def up(migrations_path, target_version = nil) new(:up, migrations_path, target_version).migrate -- cgit v1.2.3