Sha256: ef20779407ff754e64b4f58e59b33e342528f83c801492cebeafb7b64a70ad35
Contents?: true
Size: 362 Bytes
Versions: 8
Compression:
Stored size: 362 Bytes
Contents
module JustinFrench #:nodoc: module Formtastic #:nodoc: class SemanticFormBuilder < ::Formtastic::SemanticFormBuilder #:nodoc: def initialize(*args) ::ActiveSupport::Deprecation.warn("JustinFrench::Formtastic::SemanticFormBuilder is deprecated. User Formtastic::SemanticFormBuilder instead", caller) super end end end end
Version data entries
8 entries across 8 versions & 6 rubygems