Skip to content

Commit 445241f

Browse files
committed
Ruby: add missing qldoc comment
1 parent 2315a17 commit 445241f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Rails.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ private import codeql.ruby.frameworks.internal.Rails
1111
private import codeql.ruby.ApiGraphs
1212
private import codeql.ruby.security.OpenSSL
1313

14+
/**
15+
* Provides classes for working with Rails.
16+
*/
1417
module Rails {
1518
/**
1619
* A method call on a string to mark it as HTML safe for Rails. Strings marked

0 commit comments

Comments
 (0)