Class: StartBootstrapAdminTheme::PagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/start_bootstrap_admin_theme/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
# File 'app/controllers/start_bootstrap_admin_theme/pages_controller.rb', line 3

def show
  render params[:id], layout: false
end