Skip to content

Commit

Permalink
Return string from quote_table_name
Browse files Browse the repository at this point in the history
  • Loading branch information
syabruk committed Aug 19, 2024
1 parent b231b3a commit 38b2d72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def quote_column_name(name)
end

def quote_table_name(name)
name
name.to_s
end
end
end
Expand Down

0 comments on commit 38b2d72

Please sign in to comment.