We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2315a17 commit 445241fCopy full SHA for 445241f
ruby/ql/lib/codeql/ruby/frameworks/Rails.qll
@@ -11,6 +11,9 @@ private import codeql.ruby.frameworks.internal.Rails
11
private import codeql.ruby.ApiGraphs
12
private import codeql.ruby.security.OpenSSL
13
14
+/**
15
+ * Provides classes for working with Rails.
16
+ */
17
module Rails {
18
/**
19
* A method call on a string to mark it as HTML safe for Rails. Strings marked
0 commit comments