uses new hash syntax by default

This commit is contained in:
Juanjo Bazán
2015-07-18 21:49:36 +02:00
parent 6d0d895832
commit b6d2a5efd6
6 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
class ActsAsCommentableWithThreadingMigration < ActiveRecord::Migration
def self.up
create_table :comments, :force => true do |t|
create_table :comments, force: true do |t|
t.integer :commentable_id
t.string :commentable_type
t.string :title