feature/manifest
Thomas Reynolds 2016-03-26 16:43:47 -07:00
parent 49da6156a0
commit 058a63a0de
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ module Middleman
app.subscribe_to_callbacks(&method(:execute_callbacks))
end
def include(mod)
self.extend(mod)
end
def helpers(*helper_modules, &block)
helper_modules ||= []