mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
missing annotation
This commit is contained in:
parent
aa5de3c40a
commit
d3c8985030
1 changed files with 8 additions and 0 deletions
|
@ -20,3 +20,11 @@ class Developer < ActiveRecord::Base
|
||||||
Developer.rebuild_cache
|
Developer.rebuild_cache
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# == Schema Information
|
||||||
|
#
|
||||||
|
# Table name: developers
|
||||||
|
#
|
||||||
|
# id :integer not null, primary key
|
||||||
|
# user_id :integer not null
|
||||||
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue