module SimpleForm
def self.file_methods=(file_methods)
def self.file_methods=(file_methods) ActiveSupport::Deprecation.warn(FILE_METHODS_DEPRECATION_WARN, caller) @@file_methods = file_methods end
def self.file_methods=(file_methods) ActiveSupport::Deprecation.warn(FILE_METHODS_DEPRECATION_WARN, caller) @@file_methods = file_methods end