Dir["#{File.dirname(__FILE__)}/helpers/*.rb"].each &method(:require) module Integrity module Helpers include Authorization include Breadcrumbs include PrettyOutput include Rendering include Resources include Urls include Gravatar include Rack::Utils alias :h :escape_html end end