Class: Neewom::CustomForm

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/neewom/custom_form.rb

Instance Method Summary collapse

Instance Method Details

#to_formObject



10
11
12
# File 'lib/neewom/custom_form.rb', line 10

def to_form
  Neewom::Repository.new.fetch!(self)
end