Displaying 2 results from an estimated 2 matches for "program_control".
2006 Jun 08
8
another routes question
i need help setting up the routes for my app.
I have created about 10 controllers in the app/controllers/pro
directory:
app/controllers/pro/address_controller.rb
app/controllers/pro/certification_controller.rb
app/controllers/pro/program_controller.rb
app/controllers/pro/program_controller.rb
and so on...
The problem is that I would like to also use app/controllers/pro as a
controller; so app/controllers/pro_controller.rb
i know my routes are wrong but this is what i have:
map.connect '':controller/service.wsdl'', :a...
2006 Mar 11
8
SVG in Rails
How can I show an SVG image in a view - I only see how to use jpgs or
pngs
--
Posted via http://www.ruby-forum.com/.