mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:01:42 +00:00
no mezclar tipos de urls
This commit is contained in:
parent
adf439017b
commit
e4f4f60e98
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Site < ApplicationRecord
|
|||
#
|
||||
# @return Array
|
||||
def urls(slash: true)
|
||||
alternative_urls << url(slash: slash)
|
||||
alternative_urls(slash: slash) << url(slash: slash)
|
||||
end
|
||||
|
||||
def invitade?(usuarie)
|
||||
|
|
Loading…
Reference in a new issue