module ActionView::Helpers::TextHelper

Public Class Methods

define_formie(name, txt) click to toggle source
# File lib/formie.rb, line 68
def self.define_formie(name, txt)
  Formie.define_formie(self, name, txt)
end