5 lines
119 B
5 lines
119 B
6 years ago
|
class ShixunModify < ActiveRecord::Base
|
||
|
attr_accessible :myshixun_id, :shixun_id, :status
|
||
|
belongs_to :myshixun
|
||
|
end
|