mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 15:54:48 -05:00
Convert a lot of :a => b to a: b and bring peace to the world
This commit is contained in:
@@ -9,8 +9,8 @@ class CreateActions < ActiveRecord::Migration
|
||||
# but this table is wider and is intended for non-notifying actions as well
|
||||
|
||||
|
||||
t.integer :action_type, :null => false
|
||||
t.integer :user_id, :null => false
|
||||
t.integer :action_type, null: false
|
||||
t.integer :user_id, null: false
|
||||
t.integer :target_forum_thread_id
|
||||
t.integer :target_post_id
|
||||
t.integer :target_user_id
|
||||
|
||||
Reference in New Issue
Block a user