Sha256: 45b6635925cde5f2ee9bd6ebfaac94214c147e4a99b1f87f4131c1a0a2bfca1e
Contents?: true
Size: 151 Bytes
Versions: 1
Compression:
Stored size: 151 Bytes
Contents
module Rails module Internals class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-internals-0.1.0 | app/controllers/rails/internals/application_controller.rb |