Sha256: cc2bdd5777386af3fcfc159675958aeab3ef8e32cdd166766641659f7bb12548

Contents?: true

Size: 345 Bytes

Versions: 27

Compression:

Stored size: 345 Bytes

Contents

class Views::ComplexHelpersSystemSpec::FormForTest < Fortitude::Widgets::Html5
  def content
    text "OUTSIDE_BEFORE"
    form_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

27 entries across 27 versions & 1 rubygems

Version Path
fortitude-0.0.5-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
fortitude-0.0.5 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
fortitude-0.0.4-java spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
fortitude-0.0.4 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
fortitude-0.0.3 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
fortitude-0.0.2 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb
fortitude-0.0.1 spec/rails/templates/complex_helpers_system_spec/app/views/complex_helpers_system_spec/form_for_test.rb