Skip to content

Commit

Permalink
Delegate Bol.search
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan van der Gaag committed Dec 2, 2011
1 parent 2a23b0a commit 35646d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/bol.rb
Expand Up @@ -17,4 +17,8 @@ def self.configure(options = nil)
@configuration = Configuration.new(options)
yield @configuration if options.nil?
end

def self.search(*args)
Category.search(*args)
end
end

0 comments on commit 35646d9

Please sign in to comment.