Class: Neewom::CustomForm
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Neewom::CustomForm
- Defined in:
- lib/neewom/custom_form.rb
Instance Method Summary collapse
Instance Method Details
#to_form ⇒ Object
10 11 12 |
# File 'lib/neewom/custom_form.rb', line 10 def to_form Neewom::Repository.new.fetch!(self) end |