5 lines
124 B
5 lines
124 B
6 years ago
|
class ShixunModify < ApplicationRecord
|
||
|
# attr_accessible :myshixun_id, :shixun_id, :status
|
||
|
belongs_to :myshixun
|
||
|
end
|