Module: ModelAttachment
- Defined in:
- lib/model_attachment.rb,
lib/model_attachment/amazon.rb,
lib/model_attachment/upfile.rb,
lib/model_attachment/version.rb
Overview
The base module that gets included in ActiveRecord::Base.
Defined Under Namespace
Modules: AmazonInstanceMethods, ClassMethods, InstanceMethods, Upfile
Constant Summary collapse
- VERSION =
"0.0.26"
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
21 22 23 |
# File 'lib/model_attachment.rb', line 21 def included base #:nodoc: base.extend ClassMethods end |