Class: Morpho::Engine
- Inherits:
-
Rails::Engine
- Object
- Rails::Engine
- Morpho::Engine
- Defined in:
- lib/morpho/engine.rb
Class Method Summary collapse
Class Method Details
.controllers_path ⇒ Object
41 42 43 44 45 46 47 |
# File 'lib/morpho/engine.rb', line 41 def self.controllers_path Pathname.new( Morpho::Engine.root.join( 'app', 'controllers', 'morpho' ) ) end |
.models_path ⇒ Object
49 50 51 52 53 54 55 |
# File 'lib/morpho/engine.rb', line 49 def self.models_path Pathname.new( Morpho::Engine.root.join( 'app', 'models', 'morpho' ) ) end |