Sha256: a115c879d4e799f8617309a55f4e75f33d494cede37d0c39dcbaff55cb18db11
Contents?: true
Size: 164 Bytes
Versions: 16
Compression:
Stored size: 164 Bytes
Contents
#coding: utf-8 class Admin::ApplicationController < ActionController::Base protect_from_forgery before_filter :authenticate_user! layout 'admin' end
Version data entries
16 entries across 16 versions & 1 rubygems