aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/visitors/mysql.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-10-07 15:40:24 -0400
committerGitHub <noreply@github.com>2016-10-07 15:40:24 -0400
commit029041a4dcb2526224ee03efaf242fb84eb442ec (patch)
treef33849a57fac11accd5e3ba3a09c7670c4f47ad4 /lib/arel/visitors/mysql.rb
parent3eddc2fd444c8a0a5f6c96614874d1437b5b55ab (diff)
parenta091539febd3a5a9e5306924b38e0dd681de4a07 (diff)
downloadrails-029041a4dcb2526224ee03efaf242fb84eb442ec.tar.gz
rails-029041a4dcb2526224ee03efaf242fb84eb442ec.tar.bz2
rails-029041a4dcb2526224ee03efaf242fb84eb442ec.zip
Merge pull request #447 from ojab/master
Freeze all the strings in visitors
Diffstat (limited to 'lib/arel/visitors/mysql.rb')
-rw-r--r--lib/arel/visitors/mysql.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/visitors/mysql.rb b/lib/arel/visitors/mysql.rb
index ac3ad7b470..4c734f6292 100644
--- a/lib/arel/visitors/mysql.rb
+++ b/lib/arel/visitors/mysql.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Arel
module Visitors
class MySQL < Arel::Visitors::ToSql