Class: Marv::CLI::Base

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/marv/cli/base.rb

Direct Known Subclasses

Project, Server

Class Method Summary collapse

Class Method Details

.source_rootObject

Set layouts root path



9
10
11
# File 'lib/marv/cli/base.rb', line 9

def self.source_root
  ::File.expand_path(::File.join(Marv.root, 'layouts'))
end