From 96d49bf04ce77c975fe500f4d961e4a1ffed4c26 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 30 Dec 2012 14:43:00 +0200 Subject: Use sdoc to generate application code documentation --- doc/code/classes/Settings.html | 131 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 doc/code/classes/Settings.html (limited to 'doc/code/classes/Settings.html') diff --git a/doc/code/classes/Settings.html b/doc/code/classes/Settings.html new file mode 100644 index 00000000000..05219228dbe --- /dev/null +++ b/doc/code/classes/Settings.html @@ -0,0 +1,131 @@ + + + + + Settings + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + +
Methods
+
+ +
G
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + +
Class Public methods
+ +
+
+ + gitlab_on_non_standard_port?() + + +
+ + +
+ +
+ + + + + + +
+ + +
+
# File config/initializers/1_settings.rb, line 5
+def gitlab_on_non_standard_port?
+  ![443, 80].include?(gitlab.port.to_i)
+end
+
+
+ +
+
+ +
+ + \ No newline at end of file -- cgit v1.2.1