missing annotation

This commit is contained in:
Sam 2016-08-15 17:44:24 +10:00
parent aa5de3c40a
commit d3c8985030

View File

@ -20,3 +20,11 @@ class Developer < ActiveRecord::Base
Developer.rebuild_cache
end
end
# == Schema Information
#
# Table name: developers
#
# id :integer not null, primary key
# user_id :integer not null
#