Class: Maglev::FetchThemeLayout
- Inherits:
-
Object
- Object
- Maglev::FetchThemeLayout
- Includes:
- Injectable
- Defined in:
- app/services/maglev/fetch_theme_layout.rb
Overview
Return the path of the layout folder
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'app/services/maglev/fetch_theme_layout.rb', line 10 def call 'theme/layout' end |