Fix missing colon

This commit is contained in:
Max Wofford 2025-05-16 23:47:02 -04:00
parent 2b89913019
commit 7557b5524f

View file

@ -1,6 +1,6 @@
module My
class MailingAddressesController < ApplicationController
before_action ensure_current_user
before_action :ensure_current_user
def show
@user = current_user