Sha256: 3c0f812e26668fa281460cf222ea0fc1ee6358703b282ddeab93498dde68157a
Contents?: true
Size: 255 Bytes
Versions: 11
Compression:
Stored size: 255 Bytes
Contents
module Features module AuthenticationHelpers unless ActionController::Base.new.respond_to?(:authenticate_participant!) ActionController::Base.class_eval do define_method(:authenticate_participant!) { true } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems