Sha256: e4a1db627b3da8ad58999e9df7f90c89f5062678a2431c97f31276a409874439
Contents?: true
Size: 400 Bytes
Versions: 18
Compression:
Stored size: 400 Bytes
Contents
class ApplicationController < ActionController::Base include MinimumViableProduct::AnalyticsConcern include MinimumViableProduct::SEOConcern include MinimumViableProduct::SessionConcern helper MVP::BodyHelper helper MVP::BootstrapHelper # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end
Version data entries
18 entries across 18 versions & 2 rubygems