This commit is contained in:
Albert Yi
2018-04-12 16:02:41 -07:00
parent af9a09c2cb
commit 19cc8ebf9e

View File

@@ -4,7 +4,7 @@ class BansController < ApplicationController
helper_method :search_params helper_method :search_params
def new def new
@ban = Ban.new(params[:ban]) @ban = Ban.new(ban_params(:create))
end end
def edit def edit