Navigation Menu

Skip to content

Commit

Permalink
groonga: Refer table's name correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 24, 2014
1 parent 8994720 commit 17ec6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/groonga/table_list.rb
Expand Up @@ -46,7 +46,7 @@ def list_tables
def format_table(table)
[
table.id,
table.local_name,
table.name,
table.path,
table_flags(table),
domain_name(table),
Expand Down

0 comments on commit 17ec6d0

Please sign in to comment.