app/controllers/ishapi/payments_controller.rb in ishapi-0.1.8.250 vs app/controllers/ishapi/payments_controller.rb in ishapi-0.1.8.251

- old
+ new

@@ -1,6 +1,6 @@ require_dependency "ishapi/application_controller" -class Ishapi::PaymentsController < ApplicationController +class Ishapi::PaymentsController < ::Ishapi::ApplicationController before_action :check_profile, only: %i| create unlock | # alphabetized : )