Sha256: 00a8dd96b8128b0c02a2e75ae425cd6f886d836d44625b435db7eee61217e8cb
Contents?: true
Size: 164 Bytes
Versions: 18
Compression:
Stored size: 164 Bytes
Contents
module C80Map class ApplicationController < ActionController::Base protect_from_forgery with: :exception before_filter :authenticate_admin_user! end end
Version data entries
18 entries across 18 versions & 1 rubygems