Class: Papercat::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#adminObject



4
5
6
# File 'app/controllers/papercat/application_controller.rb', line 4

def admin
  render layout: 'papercat/application', inline: ''
end