10 lines
128 B
Ruby
10 lines
128 B
Ruby
class AdminTaskable < ApplicationRecord
|
|
|
|
belongs_to :admin
|
|
|
|
belongs_to :admin_owner, :class_name => :admin
|
|
|
|
|
|
|
|
end
|