public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
use an after_create to setup site theme directories
technoweenie (author)
Sun Feb 03 12:08:13 -0800 2008
commit  d6e29a759244fc2dbbbecb2d59bbe63e027168b5
tree    9b22cfdda1f0baed6b8c3ebf1077624df988c54f
parent  11e8349b382e9f11f71586635efd6e485e637507
...
83
84
85
86
 
87
88
89
...
83
84
85
 
86
87
88
89
0
@@ -83,7 +83,7 @@ class Site < ActiveRecord::Base
0
   validates_uniqueness_of :host
0
   validate :check_permalink_style
0
   
0
- before_create :setup_site_theme_directories
0
+ after_create :setup_site_theme_directories
0
   after_create { |site| site.sections.create(:name => 'Home') }
0
   before_destroy :flush_cache_and_remove_site_directories
0
 

Comments

    No one has commented yet.