Method: Spree::Gateway.current
- Defined in:
- app/models/spree/gateway.rb
.current ⇒ Object
instantiates the selected gateway and configures with the options stored in the database
17 18 19 |
# File 'app/models/spree/gateway.rb', line 17 def self.current super end |