module Cloudfuji module EventObservers class PaymentObserver < Cloudfuji::EventObserver # NOTE: It'd be nice to have a before_filter. end end end