# File lib/licensee/rule.rb, line 30
      def find_by_tag(tag)
        Rule.all.find { |r| r.tag == tag }
      end