mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:01:20 +08:00
PERF: finalize porting to new incoming links structure
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class UploadsController < ApplicationController
|
||||
before_filter :ensure_logged_in, except: [:show]
|
||||
skip_before_filter :store_incoming_links, :check_xhr, only: [:show]
|
||||
skip_before_filter :check_xhr, only: [:show]
|
||||
|
||||
def create
|
||||
file = params[:file] || params[:files].first
|
||||
|
Reference in New Issue
Block a user