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
|
||||
|
||||
# Necesitamos pasar el sitio para poder acceder a los archivos locales
|
||||
def initialize(site)
|
||||
def initialize(site, wtf = nil)
|
||||
super
|
||||
|
||||
@site = site
|
||||
|
|
Loading…
Reference in a new issue