Hi, Let's say in Model1 I require 'net/http', and in Model9 I also require 'net/http' because I forgot it was already required in Mode1, will that cause a problem?
Should I redundantly require libs? Should I put require statements in a common place? What's the consensus on that? Best regards, -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

