Sha256: cb18cf417afd56fdc8a3aee55bd65e8723943c2600a87fdc5b754cee88c0ed60
Contents?: true
Size: 207 Bytes
Versions: 41
Compression:
Stored size: 207 Bytes
Contents
module BetterRecord class ApplicationController < ActionController::Base protect_from_forgery with: :exception layout BetterRecord.layout_template.presence || 'better_record/application' end end
Version data entries
41 entries across 41 versions & 1 rubygems