class HomeworkAttach < ActiveRecord::Base include Redmine::SafeAttributes belongs_to :user belongs_to :bid safe_attributes "bid_id", "user_id" acts_as_attachable end