ActiveRecord::Base
# File app/models/issue.rb, line 14 def self.open_for(user) opened.assigned(user) end