Module: WellFormed::RecordIdentity
- Included in:
- SimpleAction
- Defined in:
- lib/well_formed/record_identity.rb
Defined Under Namespace
Modules: ClassMethods, CreateBehavior, UpdateBehavior
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
27 28 29 30 |
# File 'lib/well_formed/record_identity.rb', line 27 def self.included(base) base.extend(ClassMethods) base.create_action end |