Sha256: 5addf7ee18031e82472b0446e76a972bc36853927e851f966c8b633c242de9e9
Contents?: true
Size: 398 Bytes
Versions: 48
Compression:
Stored size: 398 Bytes
Contents
# This is a default implementation of this file that we supply to help with gem tests. # The version from the starter repo will take precedence when running the full app. # You can think of the file in the starter repo as having been ejected from this gem. class ApplicationController < ActionController::Base include Controllers::Base protect_from_forgery with: :exception, prepend: true end
Version data entries
48 entries across 48 versions & 1 rubygems