Method: Cuboid::OptionGroups::Paths.root_path
- Defined in:
- lib/cuboid/option_groups/paths.rb
.root_path ⇒ String
Returns Root path of the engine.
116 117 118 |
# File 'lib/cuboid/option_groups/paths.rb', line 116 def self.root_path File.( File.dirname( __FILE__ ) + '/../../..' ) + '/' end |