Navigation Menu

Skip to content

Commit

Permalink
mrb: Record uses Table#find_column
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2018
1 parent eb2ab8b commit 363414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/scripts/record.rb
Expand Up @@ -32,7 +32,7 @@ def absolute_column_name(name)
end

def find_column(name)
Context.instance[absolute_column_name(name)]
@table.find_column(name)
end
end
end

0 comments on commit 363414c

Please sign in to comment.