rubymonolith / superform

Build highly customizable forms in Rails
MIT License
263 stars 14 forks source link

Fixing a bug in form method generation. Added spec and phlex / nokogi… #26

Open mhmaguire opened 4 months ago

mhmaguire commented 4 months ago

Hey there!

Noticed that Superform::Rails::Form doesn't respect explicit form method passed to the constructor.

Here's some tests and a fix!