Commit 9ee28070 authored by nmilojevic1's avatar nmilojevic1

Remove @original_klass from object builder

parent ec3acf86
...@@ -19,7 +19,6 @@ module Gitlab ...@@ -19,7 +19,6 @@ module Gitlab
end end
def initialize(klass, attributes) def initialize(klass, attributes)
@original_klass = klass
@klass = klass < Label ? Label : klass @klass = klass < Label ? Label : klass
@attributes = attributes @attributes = attributes
@group = @attributes['group'] @group = @attributes['group']
......
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