GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/zmack/mephisto.git
So that Mephisto plugins can include drops in app/drops, I suggest adding 
this:
http://groups.google.com/group/MephistoBlog/msg/3a1425136bb2ccfd
isaac (author)
Fri Mar 28 23:42:20 -0700 2008
commit  784fddf61273752deb3e3ad6e437ac37deb2315e
tree    99d94662f624e22cb63c8d36528a22f4fc2272f1
parent  8cd07acc8aa347031c4407437f2baeda0fcea8eb
...
47
48
49
 
 
 
 
 
 
 
 
 
50
...
47
48
49
50
51
52
53
54
55
56
57
58
59
0
@@ -47,3 +47,12 @@ end
0
 
0
 Engines::Plugin.send :include, Mephisto::Plugin
0
 
0
+module Engines
0
+ class Plugin < Rails::Plugin
0
+ protected
0
+ # override engine default list for Mephisto plugins
0
+ def default_code_paths
0
+ %w(app/controllers app/helpers app/models app/drops components lib)
0
+ end
0
+ end
0
+end
0
\ No newline at end of file

Comments

    No one has commented yet.