changeset 28 | b0b56e0f8c7f |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
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 } |