Module: FlexScaffold
- Defined in:
- lib/flex_scaffold_plugin.rb,
lib/config.rb,
lib/validations.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods Classes: Config, Validations
Class Method Summary collapse
-
.included(base) ⇒ Object
extend the class that include this with the methods in ClassMethods.
Class Method Details
.included(base) ⇒ Object
extend the class that include this with the methods in ClassMethods
5 6 7 8 |
# File 'lib/flex_scaffold_plugin.rb', line 5 def self.included(base) super base.extend(ClassMethods) end |