search for: machinecontrol

Displaying 1 result from an estimated 1 matches for "machinecontrol".

2006 Jun 09
0
scaffold/db problem
When I have: class MachineController < ApplicationController def index render_text "Hello" end def new render_text "bla" end end http://127.0.0.1:3000/machine/new shows ''bla'' but, when I have: class MachineController < ApplicationController scaffold:machine end I get: Mysql::Error...