Module: SchemaDev::Templates

Defined in:
lib/schema_dev/templates.rb

Class Method Summary collapse

Class Method Details

.rootObject



5
6
7
# File 'lib/schema_dev/templates.rb', line 5

def self.root
  @root ||= Pathname.new(__FILE__).dirname.parent.parent + "templates"
end