Sha256: f3351560daf8432915efda1b8c58137d6e9399548280dfff515d5c6dc6de10d5
Contents?: true
Size: 234 Bytes
Versions: 6
Compression:
Stored size: 234 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
6 entries across 6 versions & 1 rubygems