snippet from my model:
从我的模型片段:
attr_accessible :package1_file_name, :package2_file_name
has_attached_file :package1
has_attached_file :package2
attr_accesssnippet from my model:
从我的模型片段:
attr_accessible :package1_file_name, :package2_file_name
has_attached_file :package1
has_attached_file :package2
attr_access