fixtures/dummy/app/views/articles/form.rb in phlex-0.4.0 vs fixtures/dummy/app/views/articles/form.rb in phlex-0.5.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Views
module Articles
- class Form < Phlex::View
+ class Form < ApplicationView
include Phlex::Rails::Helpers::FormWith
def template
form_with url: "test" do |f|
f.text_field :name