Hi, In one of my models I need to use openssl, but I don''t know where to place the: -- require ''openssl'' -- statement? Should I put it in the model file? Should I create a file under config/initializers/requirements and place all my application wide require in there? Best regards, -- Posted via http://www.ruby-forum.com/.
Fernando Perez wrote:> Hi, > > In one of my models I need to use openssl, but I don''t know where to > place the: > -- > require ''openssl'' > -- > statement?I''d put it in config/environment.rb -- Posted via http://www.ruby-forum.com/.