# File lib/dm-rails/storage.rb, line 89 def charset @charset ||= config['charset'] || ENV['CHARSET'] || 'utf8' end