Module: ActionController::Acts::RegPath
- Defined in:
- lib/reg_path/reg_path.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods Classes: RegPathException
Class Method Summary collapse
-
.append_features(base) ⇒ Object
:nodoc:.
Class Method Details
.append_features(base) ⇒ Object
:nodoc:
13 14 15 16 |
# File 'lib/reg_path/reg_path.rb', line 13 def self.append_features(base) #:nodoc: super base.extend(ClassMethods) end |