Class: Kidspire::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/kidspire/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#frontendObject



3
4
5
# File 'app/controllers/kidspire/application_controller.rb', line 3

def frontend
  render template: "kidspire/application/index", layout: false
end