Sha256: e662ea909a942da4b6d075120494e93d5bb178a2e07a7adf2f1caf65ac119529
Contents?: true
Size: 324 Bytes
Versions: 4
Compression:
Stored size: 324 Bytes
Contents
require_dependency "mvp/application_controller" module MinimumViableProduct class AnalyticsController < ApplicationController def optout cookies[AnalyticsConcern::INVISIBLE_SESSION_COOKIE] = { :value => true, :expires => 1.year.from_now, } redirect_to root_path end end end
Version data entries
4 entries across 4 versions & 1 rubygems