Sha256: 78de65894e13e1784b396f1e58a4acf2909017e99019e8f1f875dc2aa7855802
Contents?: true
Size: 349 Bytes
Versions: 29
Compression:
Stored size: 349 Bytes
Contents
class Views::ComplexHelpersSystemSpec::FieldsForTest < Fortitude::Widgets::Html5 def content text "OUTSIDE_BEFORE" fields_for :person do |f| text "INSIDE_BEFORE" text "FIRST: " f.text_field :first_name text "LAST: " f.text_field :last_name text "INSIDE_AFTER" end text "OUTSIDE_AFTER" end end
Version data entries
29 entries across 29 versions & 1 rubygems