Updated store_location_for for redirecting after sign in

• Updated:
- store_location_for for redirecting after sign in
This commit is contained in:
mgabdev
2020-06-16 09:31:55 -04:00
parent e849c42c7b
commit 9d61659604
5 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
# frozen_string_literal: true
class ManifestsController < ApplicationController
skip_before_action :store_current_location
def show
render json: InstancePresenter.new, serializer: ManifestSerializer
end