lukeredpath / mephisto-comment-notification

A simple comment notification plugin for the Mephisto blogging engine.

This URL has Read+Write access

mephisto-comment-notification / init.rb
100644 3 lines (2 sloc) 0.107 kb
1
2
3
require 'mephisto_comment_notification'
 
ActionController::Base.send(:observer, :comment_notifier_observer)