public this repo is viewable by everyone
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Fix typo in config file comment.
francois (author)
2 months ago
commit  a1407eb22655e040d394c2b34b203d190891eda7
tree    2e680301c13e14008146bd016dbc268622e68d7e
parent  3bbe3ca69a5aa2e4346e62a988edab0b3d9451b8
...
1
 
2
3
4
...
37
38
39
40
41
 
...
 
1
2
3
4
...
37
38
39
 
40
41
0
@@ -1,4 +1,4 @@
0
-# this is for standard library loading and configurationg. All the hardcore monkey patching is in the mephisto plugin.
0
+# this is for standard library loading and configuration. All the hardcore monkey patching is in the mephisto plugin.
0
 require 'tzinfo'
0
 require 'zip/zipfilesystem'
0
 require 'action_controller/dispatcher'
0
@@ -37,4 +37,4 @@ Inflector.inflections do |inflect|
0
 end
0
 
0
 Dependencies.autoloaded_constants.delete "Mephisto"
0
-Dependencies.autoloaded_constants.delete "Mephisto::Plugin"
0
\ No newline at end of file
0
+Dependencies.autoloaded_constants.delete "Mephisto::Plugin"

Comments

    No one has commented yet.