Class: SpreeOnpay::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- SpreeOnpay::Engine
- Defined in:
- lib/spree_onpay.rb
Class Method Summary collapse
Class Method Details
.activate ⇒ Object
8 9 10 11 12 13 |
# File 'lib/spree_onpay.rb', line 8 def self.activate Dir.glob(File.join(File.dirname(__FILE__), "../app/**/*_decorator*.rb")) do |c| Rails.env.production? ? require(c) : load(c) end Gateway::Onpay.register end |