Class: Maglev::Admin::ThemesController
- Inherits:
-
BaseController
- Object
- ApplicationController
- Maglev::ApplicationController
- BaseController
- Maglev::Admin::ThemesController
- Defined in:
- app/controllers/maglev/admin/themes_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 |
# File 'app/controllers/maglev/admin/themes_controller.rb', line 8 def show @theme = services.fetch_theme.call end |