trailblazer / formular

Form builder for Ruby. Fast, Furious, and Framework-Agnostic.
MIT License
81 stars 17 forks source link

Ensure elements are added #23

Closed blelump closed 8 years ago

blelump commented 8 years ago

Hi @fran-worley ,

here's a small fix which fixes filling self.elements, because now it merges with local incoming elements and never sets the singleton class variable. Hence, self.elements is always empty, however all specs pass, because of all methods were always defined.

fran-worley commented 8 years ago

Thanks!