tag alias corrections: fix ActionView::Template::Error exception (#3668).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class TagAliasCorrectionsController < ApplicationController
|
||||
before_action :builder_only
|
||||
before_action :builder_only, only: [:create]
|
||||
|
||||
def create
|
||||
@correction = TagAliasCorrection.new(params[:tag_alias_id])
|
||||
|
||||
Reference in New Issue
Block a user