Skip to content

Commit

Permalink
Fixed extension upgrade razum2um#88
Browse files Browse the repository at this point in the history
  • Loading branch information
Strech (Sergey Fedorov) committed Oct 14, 2014
1 parent 5d9f859 commit 3fd425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lurker/json/schema/extensions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(schema, options = {})
def merge!(schema)
return unless Lurker.upgrade?

@schema = @parser.parse_property(parent_property, schema)
@schema = @parser.plain.parse_property(parent_property, schema)
end
end
end
Expand Down

0 comments on commit 3fd425e

Please sign in to comment.