self merge conflicts are fun
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class IdCard::SetupController < ApplicationController
|
||||
|
||||
def new
|
||||
@employer = Employer.find_by(slug: params[:id])
|
||||
@employer = Employer.find_by(slug: params[:employer])
|
||||
@setup = @employer.id_card_setup.new
|
||||
render :new
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user