Skip to content

Commit 9dbb1a3

Browse files
committed
Fix ab_finished calls
1 parent abb8eff commit 9dbb1a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class UsersController < ApplicationController
22
def new
3-
finished('copy_for_signup_link')
3+
ab_finished('copy_for_signup_link')
44
end
55
end

0 commit comments

Comments
 (0)