Sha256: 2af3782ffc84ec2c3c6e23f7745771a66358bf97fd1b603a11434c37c0e4e0d2
Contents?: true
Size: 231 Bytes
Versions: 7
Compression:
Stored size: 231 Bytes
Contents
class Admin::BaseController < ActionController::Base protect_from_forgery before_action :authenticate_admin! def index render '/admin/index', layout: 'admin' end def bootstrap_data render json: {} end end
Version data entries
7 entries across 7 versions & 1 rubygems