Sha256: 59b9ee7abd4c2e5e64161343ca2540ac3987e0a4f018707a814ee220c2e97078
Contents?: true
Size: 335 Bytes
Versions: 28
Compression:
Stored size: 335 Bytes
Contents
module JustinFrench module Formtastic class SemanticFormBuilder < ::Formtastic::SemanticFormBuilder def initialize(*args) ::ActiveSupport::Deprecation.warn("JustinFrench::Formtastic::SemanticFormBuilder is deprecated. User Formtastic::SemanticFormBuilder instead", caller) super end end end end
Version data entries
28 entries across 28 versions & 11 rubygems