Sha256: 8f82bedcb3ee195e9721072d9ac1395bd66c04feac87226d5e80f15304567728

Contents?: true

Size: 165 Bytes

Versions: 9

Compression:

Stored size: 165 Bytes

Contents

# frozen_string_literal: true

module MrCommon
  module Registrations
    class SuccessController < PublicBaseController
      def index
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mr_common-1.3.0 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.2.0 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.1.0 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.0.5 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.0.4 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.0.3 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.0.2 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.0.1 app/controllers/mr_common/registrations/success_controller.rb
mr_common-1.0.0 app/controllers/mr_common/registrations/success_controller.rb