Module: Refinery::Profiles
- Defined in:
- lib/refinerycms-profiles.rb
Defined Under Namespace
Classes: Engine
Class Attribute Summary (collapse)
-
+ (Object) root
Returns the value of attribute root.
Class Attribute Details
+ (Object) root
Returns the value of attribute root
7 8 9 |
# File 'lib/refinerycms-profiles.rb', line 7 def root @root ||= Pathname.new(File.('../../', __FILE__)) end |