trustieplus/app/models/shixun_modify.rb

5 lines
119 B
Ruby

class ShixunModify < ActiveRecord::Base
attr_accessible :myshixun_id, :shixun_id, :status
belongs_to :myshixun
end