mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-29 00:46:21 +00:00
minimagick agrega un parametro mas...
This commit is contained in:
parent
6d00ebdc21
commit
36cf2e89da
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Post::ImageUploader < CarrierWave::Uploader::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
# Necesitamos pasar el sitio para poder acceder a los archivos locales
|
# Necesitamos pasar el sitio para poder acceder a los archivos locales
|
||||||
def initialize(site)
|
def initialize(site, wtf = nil)
|
||||||
super
|
super
|
||||||
|
|
||||||
@site = site
|
@site = site
|
||||||
|
|
Loading…
Reference in a new issue