public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Search Repo:
use Hash not Mash here
ezmobius (author)
Sat Jan 12 12:28:27 -0800 2008
commit  e11196de18e713d643f28995688562a646168775
tree    04100dc309198bc4c9fc0b01e40d1cc959bbc27a
parent  ddea528ad146e553a11dc94bd531738d42b55ff6
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@
0
   class << self
0
     
0
     attr_accessor :environment, :load_paths
0
- self.load_paths = Mash.new
0
+ self.load_paths = Hash.new
0
     
0
     # This is the core mechanism for setting up your application layout
0
     # merb-core won't set a default application layout, but merb-more will

Comments

    No one has commented yet.