Add missing method disable? for categorisable objects
This commit is contained in:
parent
5457afdada
commit
5530419395
|
@ -34,6 +34,10 @@ module OrbitCategory
|
|||
self.category_id = id
|
||||
end
|
||||
|
||||
def disable?
|
||||
category.disable?
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue