Method: ArticleJSON::Export::Common::Elements::Base.included
- Defined in:
- lib/article_json/export/common/elements/base.rb
.included(base) ⇒ Object
Extend base class with ClassMethods upon inclusion
7 8 9 |
# File 'lib/article_json/export/common/elements/base.rb', line 7 def self.included(base) base.extend ClassMethods end |