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