Class: AddCommitMessageToVersions
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddCommitMessageToVersions
- Defined in:
- lib/generators/cargo_wiki/templates/add_commit_message_to_versions.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 |
# File 'lib/generators/cargo_wiki/templates/add_commit_message_to_versions.rb', line 2 def change add_column :versions, :commit_message, :string end |