Module: Spree::TokenResource
- Defined in:
- lib/spree/token_resource.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
18 19 20 21 |
# File 'lib/spree/token_resource.rb', line 18 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |