4 lines
62 B
Ruby
4 lines
62 B
Ruby
class EditWatcher < ApplicationRecord
|
|
belongs_to :admin
|
|
end
|
class EditWatcher < ApplicationRecord
|
|
belongs_to :admin
|
|
end
|