Fix categorizable
This commit is contained in:
parent
5190c1160a
commit
fc09ac3b68
|
@ -35,7 +35,7 @@ module OrbitCategory
|
||||||
end
|
end
|
||||||
|
|
||||||
def category_id=(id)
|
def category_id=(id)
|
||||||
category = id
|
self.category = id
|
||||||
end
|
end
|
||||||
|
|
||||||
def disable?
|
def disable?
|
||||||
|
|
Loading…
Reference in New Issue