mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
moved comments to the bottom, they are way less intrusive there
This commit is contained in:
parent
2cd95bc649
commit
ca2dee52db
48 changed files with 748 additions and 706 deletions
|
@ -1,3 +1,7 @@
|
|||
class GithubUserInfo < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: github_user_infos
|
||||
|
@ -15,6 +19,3 @@
|
|||
# index_github_user_infos_on_user_id (user_id) UNIQUE
|
||||
#
|
||||
|
||||
class GithubUserInfo < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue