Navigation Menu

Skip to content

Commit

Permalink
Add a missing receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 28, 2014
1 parent 3d90256 commit d622ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/catalog_generator.rb
Expand Up @@ -29,7 +29,7 @@ class << self
def generate(datasets_params)
generator = new
datasets_params.each do |name, params|
add_dataset(name, params)
generator.add_dataset(name, params)
end
generator.generate
end
Expand Down

0 comments on commit d622ff6

Please sign in to comment.