aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/line_control/lines_scope.rb
blob: 4210a10dd59223fd41fe9e91dae158aa19af2f0e (plain)
1
2
3
4
5
6
7
8
module LineControl
  class LinesScope < ComplianceControl

    def self.default_code; "3-Line-2" end

    def prerequisite; I18n.t("compliance_controls.#{self.class.name.underscore}.prerequisite") end
  end
end