cómo pasó estó
This commit is contained in:
parent
f9985e2b53
commit
55a250d5a2
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ module Api
|
||||||
|
|
||||||
set_cookie if contact
|
set_cookie if contact
|
||||||
|
|
||||||
render file: rails.root.join('public', '1x1.png'),
|
render file: Rails.root.join('public', '1x1.png'),
|
||||||
content_type: 'image/png',
|
content_type: 'image/png',
|
||||||
layout: false
|
layout: false
|
||||||
end
|
end
|
||||||
|
@ -35,7 +35,7 @@ module Api
|
||||||
|
|
||||||
set_cookie if anon
|
set_cookie if anon
|
||||||
|
|
||||||
render file: rails.root.join('public', '1x1.png'),
|
render file: Rails.root.join('public', '1x1.png'),
|
||||||
content_type: 'image/png',
|
content_type: 'image/png',
|
||||||
layout: false
|
layout: false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue