# File lib/globalize/versioning/paper_trail.rb, line 31
  def self.locale_conditions_to_sql
    "locale = '#{Globalize.locale.to_s}'"
  end