I have a simple form which collects options.  The options won't be
stored in a database -- my app is tiny and doesn't use a database --
but I'd like to use form_for and all its wonderful goodness.

class Options
  attr_accessor :setting1, :setting2, :setting3
end

What class can Options extend to be usable with form_for?

-Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to