Class: Paperclip::Deprecations

Inherits:
Object
  • Object
show all
Defined in:
lib/paperclip/deprecations.rb

Class Method Summary collapse

Class Method Details

.checkObject



6
7
8
9
# File 'lib/paperclip/deprecations.rb', line 6

def check
  warn_aws_sdk_v1 if aws_sdk_v1?
  warn_outdated_rails if active_record_version < "4.2"
end