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

Version Path
ramaze-0.1.1 lib/ramaze/helper/nitroform.rb
ramaze-0.1.2 lib/ramaze/helper/nitroform.rb
ramaze-0.1.3 lib/ramaze/helper/nitroform.rb
ramaze-0.1.4 lib/ramaze/helper/nitroform.rb
ramaze-0.2.0 lib/ramaze/helper/nitroform.rb
ramaze-0.2.1 lib/ramaze/helper/nitroform.rb