Sha256: e7dc7df75cb1e0fdc2125d4e57b72c1436e24895575e204c30ff767dfa93707d
Contents?: true
Size: 387 Bytes
Versions: 2
Compression:
Stored size: 387 Bytes
Contents
# coding: utf-8 module JustinFrench #:nodoc: module Formtastic #:nodoc: class SemanticFormBuilder < ::Formtastic::SemanticFormBuilder #:nodoc: def initialize(*args) #:nodoc: ::ActiveSupport::Deprecation.warn("JustinFrench::Formtastic::SemanticFormBuilder is deprecated. User Formtastic::SemanticFormBuilder instead", caller) super end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formtastic-0.9.0 | lib/justin_french/formtastic.rb |
formtastic-0.2.5 | lib/justin_french/formtastic.rb |