mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Apply syntax_tree formatting to app/*
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
class AnonymousUser < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
belongs_to :master_user, class_name: 'User'
|
||||
belongs_to :master_user, class_name: "User"
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
|
||||
Reference in New Issue
Block a user