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
|
self.category_id = id
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def disable?
|
||||||
|
category.disable?
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue