2
0
Fork 0
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:
Sam 2013-05-24 12:48:32 +10:00
parent 2cd95bc649
commit ca2dee52db
48 changed files with 748 additions and 706 deletions

View file

@ -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