mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Fix missing colon
This commit is contained in:
parent
2b89913019
commit
7557b5524f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module My
|
||||
class MailingAddressesController < ApplicationController
|
||||
before_action ensure_current_user
|
||||
before_action :ensure_current_user
|
||||
|
||||
def show
|
||||
@user = current_user
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue