Class: Marley::Plugins::MessageThreading

Inherits:
Plugin show all
Defined in:
lib/marley/joints/forum.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Instance Method Summary collapse

Methods inherited from Plugin

#config, #initialize

Methods included from Utils::ClassAttrs

#class_attr, #lazy_class_attrs

Constructor Details

This class inherits a constructor from Marley::Plugins::Plugin

Instance Method Details

#apply(*klasses) ⇒ Object



4
5
6
7
8
9
# File 'lib/marley/joints/forum.rb', line 4

def apply(*klasses)
  super
  klasses.flatten.each do |klass|
    Marley.plugin('orm_materialized_path').apply(klass)
  end
end