Skip to content

Commit

Permalink
fix example in Migration docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Oct 1, 2012
1 parent c5647a0 commit 07a3c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/migration.rb
Expand Up @@ -70,7 +70,7 @@ def initialize
#
# class AddSystemSettings < ActiveRecord::Migration
# def up
# create_table system_settings: do |t|
# create_table :system_settings do |t|
# t.string :name
# t.string :label
# t.text :value
Expand Down

0 comments on commit 07a3c21

Please sign in to comment.