Sha256: 56771a55c315a77dbe72051165f134d3ab0ee6051c1615371819f88643122737
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
# Copyright (c) 2009 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'innate/helper' # TODO: Describe what this module does besides loading a few default helper. module Ramaze Helper = Innate::Helper Innate::HelpersHelper.options.paths << File.dirname(__FILE__) require 'ramaze/helper/flash' require 'ramaze/helper/link' require 'ramaze/helper/layout' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ramaze-2011.01.30 | lib/ramaze/helper.rb |
ramaze-2011.01 | lib/ramaze/helper.rb |