author | Chloe Laisne <chloe.laisne@gmail.com> |
Mon, 17 Oct 2016 14:50:30 +0530 | |
changeset 344 | 70451a4dc9ae |
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 |
} |