Module: DataMapper::Resource::DrupalHook
- Defined in:
- lib/drupal83.rb
Overview
have to change this.. something broke somewhere (is sad)
Class Method Summary collapse
Class Method Details
.included(model) ⇒ Object
46 47 48 49 50 51 52 |
# File 'lib/drupal83.rb', line 46 def self.included model model.class_eval do def self.post_drupal &blk Drupal.hooks = Drupal::PostHook.new self, blk end end end |