Class: Admin::BaseController

Inherits:
ActionController::Base
  • Object
show all
Includes:
LoadSettings
Defined in:
app/controllers/admin/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#bootstrap_dataObject



13
14
15
# File 'app/controllers/admin/base_controller.rb', line 13

def bootstrap_data
  render json: {}
end

#indexObject



9
10
11
# File 'app/controllers/admin/base_controller.rb', line 9

def index
  render '/admin/index', layout: 'admin'
end