Module: Neo4jrb::Paperclip
- Defined in:
- lib/neo4j_paperclip.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Extends the model with the defined Class methods.
Class Method Details
.included(base) ⇒ Object
Extends the model with the defined Class methods
52 53 54 |
# File 'lib/neo4j_paperclip.rb', line 52 def self.included(base) base.extend(ClassMethods) end |