Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched method name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 2, 2015
1 parent 1b16029 commit d79502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine_state.rb
Expand Up @@ -101,7 +101,7 @@ def internal_farm_path(route)
end
end

def farm_path(route)
def public_farm_path(route)
if FARM_PATH_MATCHER =~ route
name = $MATCH
if name == @internal_name
Expand Down

0 comments on commit d79502e

Please sign in to comment.