public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
So that Mephisto plugins can include drops in app/drops, I suggest adding 
this:
http://groups.google.com/group/MephistoBlog/msg/3a1425136bb2ccfd
Isaac Kearse (author)
Fri Mar 28 23:42:20 -0700 2008
commit  784fddf61273752deb3e3ad6e437ac37deb2315e
tree    99d94662f624e22cb63c8d36528a22f4fc2272f1
parent  8cd07acc8aa347031c4407437f2baeda0fcea8eb
...
46
47
48
 
 
 
 
 
 
 
 
 
 
...
46
47
48
49
50
51
52
53
54
55
56
57
58
0
@@ -46,4 +46,14 @@
0
 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

Comments

    No one has commented yet.