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