Module: Axlsx::Ar::ClassMethods
- Defined in:
- lib/axlsx/ar.rb
Instance Method Summary (collapse)
-
- (Object) acts_as_axlsx(options = {})
we should do what ruport did and use only, exclude and methods hashes.
Instance Method Details
- (Object) acts_as_axlsx(options = {})
we should do what ruport did and use only, exclude and methods hashes
14 15 16 17 |
# File 'lib/axlsx/ar.rb', line 14 def acts_as_axlsx(={}) include Axlsx::Ar::InstanceMethods extend Axlsx::Ar::SingletonMethods end |