我尝试使用materializecss在rails中创建表单时遇到问题。
这是我正在使用的代码
= simple_form_for(@formato_justificante) do |f|
= f.error_notification
= f.error_notification message: f.object.errors[:base].to_sentence if f.object.errors[:base].present?
-- Actual Code
%label Fecha de Elaboracion
= f.date_field :fecha
--expected--
%form{:action => "#"}
%p
%label
%input{:type => "checkbox"}/
%span Red