progress today, clicking and fixing
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module ApplicationHelper
|
||||
# overwrite i18n l, to handle nil values
|
||||
def l(*args)
|
||||
def l(*args, **options)
|
||||
return '' unless args.first
|
||||
super(*args)
|
||||
super(*args, **options)
|
||||
end
|
||||
|
||||
def user_root_path
|
||||
|
||||
Reference in New Issue
Block a user