Module Merb::GeneratorHelpers
In: lib/merb-gen/helpers.rb

Methods

Public Instance methods

Establishes the directories of the template layout

Copies all files within each directory of the template layout

Remove "template/" from a file name

Parameters

path<String>:the path to relative-ize
dir<String>:a prefix directory to add into the relative-ized path

Returns

String:a relative-ized path

[Validate]