Sha256: edba34d3c6bbed39e5cf157e675cdd226976a1baa5d37aa92d25a6a7a9eaf3f5
Contents?: true
Size: 442 Bytes
Versions: 58
Compression:
Stored size: 442 Bytes
Contents
require 'spotlight' module Spotlight ## # Inherit from the host app's ApplicationController # This will configure e.g. the layout used by the host class ApplicationController < ::ApplicationController include Spotlight::Concerns::ApplicationController before_action do flash.now[:notice] = flash[:notice].html_safe if flash[:html_safe] && flash[:notice] end before_action :set_paper_trail_whodunnit end end
Version data entries
58 entries across 58 versions & 1 rubygems