| author | ymh <ymh.work@gmail.com> |
| Tue, 15 Nov 2016 18:27:17 +0100 | |
| changeset 426 | d8ae6c0c0a0a |
| 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 |
} |