Skip to content

Commit 43a7cdb

Browse files
committed
Question_identifiers helper
1 parent 2257545 commit 43a7cdb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# frozen_string_literal: true
2+
3+
# Helper methods for Question Identifiers
4+
module QuestionIdentifiersHelper
5+
# rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
6+
7+
def find_question_id_template(id)
8+
template = Template.find(id)
9+
10+
end
11+
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
12+
end

0 commit comments

Comments
 (0)