Class: Maglev::FetchThemeLayout

Inherits:
Object
  • Object
show all
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

#callObject



10
11
12
# File 'app/services/maglev/fetch_theme_layout.rb', line 10

def call
  'theme/layout'
end