Sha256: 9c7c8c79ae53580cbcbf3f2198af36ae42a2731cd5140c65e854369ca76923f5
Contents?: true
Size: 142 Bytes
Versions: 11
Compression:
Stored size: 142 Bytes
Contents
class Admin::BaseController < ActionController::Base protect_from_forgery def index render '/admin/index', layout: 'admin' end end
Version data entries
11 entries across 11 versions & 1 rubygems