Sha256: d4adeaa27863a74bc56d39f9296ea1ddd5e805bf3a926d05e0406b1c725f8927
Contents?: true
Size: 276 Bytes
Versions: 36
Compression:
Stored size: 276 Bytes
Contents
module MinimumViableProduct class AnalyticsController < ActionController::Base def optout cookies[AnalyticsConcern::INVISIBLE_SESSION_COOKIE] = { :value => true, :expires => 1.year.from_now, } redirect_to root_path end end end
Version data entries
36 entries across 36 versions & 2 rubygems