On 5 February 2011 18:09, Filippos <[email protected]> wrote: > Hello > > Finished reading chapter 9 and im a little bit confused. > > 1. In the tutorial, Modules are used instead of creating a Model and > working in a class inside a module , like in authenticating passwords. > Wouldn't that be possible? Or is it unnecessary since we're not > messing with a database in terms of storing data?
Classes that do not have database storage can be in modules or models, if that is the question you are asking. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

