Module: Lean::Attributes::Basic
- Defined in:
- lib/lean-attributes/attributes.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
16 17 18 19 20 |
# File 'lib/lean-attributes/attributes.rb', line 16 def self.included(base) base.class_eval do extend ClassMethods end end |