Class: Maglev::Admin::ThemesController

Inherits:
BaseController show all
Defined in:
app/controllers/maglev/admin/themes_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/controllers/maglev/admin/themes_controller.rb', line 8

def show
  @theme = services.fetch_theme.call
end