have to change this.. something broke somewhere (is sad)
41 42 43 44 45 46 47
# File 'lib/drupal.rb', line 41 def self.included model model.class_eval do def self.post_drupal &blk Drupal.hooks = Drupal::PostHook.new self, blk end end end