Yorisoi Remnant Error <%= form_for @sample, url: create_path, method: :post, builder: Yorisoi::Builder do |f| %> <%= hidden_field :remnant, value: true %> text <%= f.text_field :text, class: [:p100], no_errors: true %> password <%= f.password_field :password, class: [:p100], no_errors: true %> textarea <%= f.text_area :textarea, class: [:p100], no_errors: true %> select <%= f.select :select, Const::SELECT, {prompt: :select}, {class: [:p100]} %> radio buttons <%= f.radio_buttons :radio, {class: [:bigger]}, Const::RADIO.zip(Const::RADIO) %> check boxes <%= f.check_boxes :checkbox, {class: [:bigger]}, Const::CHECKBOX.zip(Const::CHECKBOX) %> <%= f.submit :submit, class: [:button, :green] %> <% end %>