Sha256: 67ec2b2bb1e42d4e361c3a2c1b547e7d989d4aa981cab2ccd299a1f7602287a4
Contents?: true
Size: 426 Bytes
Versions: 35
Compression:
Stored size: 426 Bytes
Contents
module ActionController module Testing extend ActiveSupport::Concern # Behavior specific to functional tests module Functional # :nodoc: def recycle! @_url_options = nil self.formats = nil self.params = nil end end module ClassMethods def before_filters _process_action_callbacks.find_all{|x| x.kind == :before}.map(&:name) end end end end
Version data entries
35 entries across 35 versions & 4 rubygems