coton_app/app/models/edit_watcher.rb
2018-12-15 14:06:53 +01:00

4 lines
63 B
Ruby

class EditWatcher < ActiveRecord::Base
belongs_to :admin
end