Method: Molecule::Renderers::Base#molecule_path
- Defined in:
- lib/molecule/renderers/base.rb
#molecule_path(name) ⇒ Object
18 19 20 |
# File 'lib/molecule/renderers/base.rb', line 18 def molecule_path name Rails.root.join('app', 'molecules', name) end |