mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
remove skip_forgery_protection
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
class LocalFilesController < ApplicationController
|
class LocalFilesController < ApplicationController
|
||||||
skip_forgery_protection
|
|
||||||
|
|
||||||
def show
|
def show
|
||||||
blob = ActiveStorage::Blob.find_by(key: params[:key])
|
blob = ActiveStorage::Blob.find_by(key: params[:key])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user