module Futurizer

Constants

VERSION

Public Class Methods

apply_patches() click to toggle source
# File lib/rails-futurizer.rb, line 8
def self.apply_patches
  require "futurizer/patches/actionpack/filter_parameters.rb"
  require "futurizer/patches/activerecord/association_proxy.rb"
end
detected?(*args) click to toggle source
# File lib/rails-futurizer.rb, line 4
def self.detected?(*args)
  VersionDetection.detected?(*args)
end
require_dependency(file) click to toggle source
# File lib/rails-futurizer.rb, line 13
def self.require_dependency file
  require file
end