Module: SnailTrail::Model
- Defined in:
- lib/snail_trail/has_snail_trail.rb
Overview
Extensions to ActiveRecord::Base. See frameworks/active_record.rb.
It is our goal to have the smallest possible footprint here, because
ActiveRecord::Base is a very crowded namespace! That is why we introduced
.snail_trail and #snail_trail.
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
14 15 16 |
# File 'lib/snail_trail/has_snail_trail.rb', line 14 def self.included(base) base.extend ClassMethods end |