Sha256: 9a89aa280348bef19fc26c1d81dac567e958643c9b0a7248ef10c575ceb19556
Contents?: true
Size: 602 Bytes
Versions: 58
Compression:
Stored size: 602 Bytes
Contents
module BetterRecord class ApplicationController < ActionController::Base # == Modules ============================================================ # == Class Methods ====================================================== # == Pre/Post Flight Checks ============================================= protect_from_forgery with: :exception layout BetterRecord.layout_template.presence || 'better_record/application' # == Actions ============================================================ # == Cleanup ============================================================ end end
Version data entries
58 entries across 58 versions & 1 rubygems