Add some requires to help #1601
This commit is contained in:
parent
db1e8b8611
commit
546cadf4fd
2 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
require 'padrino-helpers'
|
||||
require 'padrino-helpers/output_helpers'
|
||||
require 'padrino-helpers/tag_helpers'
|
||||
|
||||
module Middleman
|
||||
module MetaPages
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
require 'padrino-helpers'
|
||||
require 'padrino-helpers/asset_tag_helpers'
|
||||
require 'padrino-helpers/form_helpers'
|
||||
require 'padrino-helpers/format_helpers'
|
||||
require 'padrino-helpers/number_helpers'
|
||||
require 'padrino-helpers/output_helpers'
|
||||
require 'padrino-helpers/render_helpers'
|
||||
|
||||
# Don't fail on invalid locale, that's not what our current
|
||||
# users expect.
|
||||
|
|
Loading…
Reference in a new issue