1class Reading < ActiveRecord::Base
2  belongs_to :char, :foreign_key => "utf8"
3end
4