Module: Axlsx::Ar::ClassMethods
- Defined in:
- lib/axlsx/ar.rb
Overview
Class methods for the mixin
Instance Method Summary (collapse)
-
- (Object) acts_as_axlsx(options = {})
adds in the instance and singleton methods.
Instance Method Details
- (Object) acts_as_axlsx(options = {})
adds in the instance and singleton methods
16 17 18 19 |
# File 'lib/axlsx/ar.rb', line 16 def acts_as_axlsx(={}) include Axlsx::Ar::InstanceMethods extend Axlsx::Ar::SingletonMethods end |