module JqueryUiForm module Inputs module HiddenInput def hidden_input(method, options = {}) hidden_field(method, options) end end end end