Module: ActionController::Macros::ManyToMany
- Defined in:
- lib/smklib/htmlutils.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.append_features(base) ⇒ Object
:nodoc:.
Class Method Details
.append_features(base) ⇒ Object
:nodoc:
547 548 549 550 |
# File 'lib/smklib/htmlutils.rb', line 547 def self.append_features(base) #:nodoc: super base.extend(ClassMethods) end |