Method: Cuboid::OptionGroups::Paths.root_path

Defined in:
lib/cuboid/option_groups/paths.rb

.root_pathString

Returns Root path of the engine.

Returns:

  • (String)

    Root path of the engine.



116
117
118
# File 'lib/cuboid/option_groups/paths.rb', line 116

def self.root_path
    File.expand_path( File.dirname( __FILE__ ) + '/../../..' ) + '/'
end