author | ymh <ymh.work@gmail.com> |
Fri, 17 Nov 2017 00:06:39 +0100 | |
changeset 556 | a31f1343b913 |
parent 28 | b0b56e0f8c7f |
permissions | -rwxr-xr-x |
28 | 1 |
# Class puppi::helpers |
2 |
# |
|
3 |
# A class that defines all the default helpers used by Example42 |
|
4 |
# modules |
|
5 |
# |
|
6 |
# == Usage |
|
7 |
# Automatically included by Puppi |
|
8 |
# |
|
9 |
class puppi::helpers { |
|
10 |
||
11 |
# Standard helper for Example42 modules |
|
12 |
puppi::helper { 'standard': |
|
13 |
template => 'puppi/helpers/standard.yml.erb', |
|
14 |
} |
|
15 |
||
16 |
} |