清理部分不需要的文件

This commit is contained in:
nwb 2014-05-14 08:50:28 +08:00
parent b237f578f4
commit 9c24102e65
3 changed files with 1 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#资源类型编辑control
class AttachmentTypeEditController < ApplicationController
def index
end
end

View File

@ -285,6 +285,7 @@ class Attachment < ActiveRecord::Base
result
end
def self.attach_filesex(obj, attachments,attachment_type)
result = obj.save_attachmentsex(attachments, User.current,attachment_type)
obj.attach_saved_attachments