Sha256: 3b0fc1ddc849468734b834b03139df9b733b72fced65225cd6d5316d97361eaa

Contents?: true

Size: 367 Bytes

Versions: 2

Compression:

Stored size: 367 Bytes

Contents

#          Copyright (c) 2008 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

2 entries across 2 versions & 1 rubygems

Version Path
ramaze-0.3.0 lib/ramaze/helper/nitroform.rb
ramaze-0.3.5 lib/ramaze/helper/nitroform.rb