Sha256: 6e5437045e100411cd5992e475640505d77e41ec544a489865350a718cbea73d
Contents?: true
Size: 314 Bytes
Versions: 3
Compression:
Stored size: 314 Bytes
Contents
ActionView::Base.field_error_proc = Proc.new {|html_tag, instance| %(#{html_tag})} # This has to happen on every request as the Constant may not be the same anymore (because of reloading) ActionController::Dispatcher.to_prepare(:form_builder) do ActionView::Base.default_form_builder = Skyline::FormBuilder end
Version data entries
3 entries across 3 versions & 2 rubygems