print_template.rb 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module Kanjai class PrintTemplate < ActiveRecord::Base self.table_name = 'printtemplate' self.primary_key = 'id' end end