mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class PermalinksController < ApplicationController
|
||||
skip_before_filter :check_xhr, :preload_json
|
||||
skip_before_action :check_xhr, :preload_json
|
||||
|
||||
def show
|
||||
url = request.fullpath
|
||||
|
Reference in New Issue
Block a user