I'll try it... thanks

Thread name: "Re: mounting multiples app" 
Mail number: 1 
Date: Wed, May 22, 2013 
In reply to: David Susco 
>
> That will allow you to host two apps via a single config file. To separate out
> your MVCs, try this:
> 
> -- myapp.rb --
> 
> %w(camping).each { |lib| require lib }
> 
> Camping.goes :MyApp
> 
> %w(helpers models views controllers).each { |lib| require lib }
> 
> module MyApp
> ...
> end
> 
> -- models.rb --
> 
> module MyApp::Models
> ...
> end
> 
> -- --
> 
> And so on for helpers.rb, views.rb and controllers.rb

> _______________________________________________
> Camping-list mailing list
> Camping-list@rubyforge.org
> http://rubyforge.org/mailman/listinfo/camping-list


-- 
-------- Warning! ------------
100'000 pelos de escoba fueron
introducidos satisfactoriamente
en su puerto USB.




_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to