Sha256: 78af1a3925d5bb67ea185e385bc3a3cc358f629958e66adb1a4a9228a2f0600b

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

module SpreeAnalyticsTrackers
  module UserPasswordsControllerDecorator
    def self.included(base)
      base.helper 'spree/trackers'
    end
  end
end

if defined?(Spree::UserPasswordsController)
  ::Spree::UserPasswordsController.include(::SpreeAnalyticsTrackers::UserPasswordsControllerDecorator)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_analytics_trackers-2.1.1 app/controllers/spree_analytics_trackers/user_passwords_controller_decorator.rb