socialforge/app/models/sonar_error.rb

4 lines
100 B
Ruby
Raw Normal View History

2016-07-07 14:22:48 +08:00
class SonarError < ActiveRecord::Base
attr_accessible :jenkins_job_name, :output, :project_id
end