Method: Refile.host=

Defined in:
lib/refile.rb

.host=(host) ⇒ Object

Deprecated.

use cdn_host instead



84
85
86
87
# File 'lib/refile.rb', line 84

def host=(host)
  warn "Refile.host is deprecated, please use Refile.cdn_host instead"
  self.cdn_host = host
end