Commit f5377401 authored by Sean Arnold's avatar Sean Arnold

Remove override statement

parent 442415cb
...@@ -17,7 +17,6 @@ module EE ...@@ -17,7 +17,6 @@ module EE
# #
# name - The name of the licensed feature # name - The name of the licensed feature
# obj - the object to check the licensed feature on (project, namespace) # obj - the object to check the licensed feature on (project, namespace)
override :push_licensed_feature
def push_licensed_feature(name, obj = nil) def push_licensed_feature(name, obj = nil)
enabled = if obj enabled = if obj
obj.feature_available?(name) obj.feature_available?(name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment