Sha256: 2576a428de42d5ea315343ee1d18c9edee7c9b2e989983d715eebbbc86e18cb2

Contents?: true

Size: 365 Bytes

Versions: 3

Compression:

Stored size: 365 Bytes

Contents

# frozen_string_literal: true

module Spree
  module Admin
    class DashboardsController < BaseController
      before_action :deprecate
      def deprecate
        Spree.deprecator.warn "The #{self.class.name} is deprecated. If you still use dashboards, please copy all controllers and views from solidus_backend to your application."
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_backend-4.4.2 app/controllers/spree/admin/dashboards_controller.rb
solidus_backend-4.4.1 app/controllers/spree/admin/dashboards_controller.rb
solidus_backend-4.4.0 app/controllers/spree/admin/dashboards_controller.rb