Skip to content

Commit

Permalink
Added import for location builders in object validator.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Jan 23, 2015
1 parent ea1f340 commit 928af3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/errapi/object_validator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
require File.join(File.dirname(__FILE__), 'location_builders.rb')

module Errapi

class ObjectValidator
include Errapi::LocationBuilders
include LocationBuilders

def initialize options = {}, &block

Expand Down

0 comments on commit 928af3b

Please sign in to comment.