Sha256: e96ae7b69b42309521a3cc2c1f0a40e8e34f0a43ede8ae6424a7283691c72e6d
Contents?: true
Size: 367 Bytes
Versions: 6
Compression:
Stored size: 367 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require 'nitro/helper/form' module Ramaze # This helper simply includes the Nitro::FormHelper so you can use its methods # in your Controller. module NitroformHelper include ::Nitro::FormHelper end end
Version data entries
6 entries across 6 versions & 1 rubygems