an addition to this problem is whenever I put the block def new in comment I do get to see my form however nothing is transfered to my db
thanks again for your help
Paul
User Profile
Collapse
-
problem with form getting error stack level to deep
dears since I'm new to ruby I try to create a form within ruby on rails.
this is my controller
...Code:require "player" class SpelersController < ApplicationController def index @speler = Speler.find(:all, :order => 'RAND()') end def all_sorted @heren=Speler.heren @dames=Speler.dames end def score_sn @senior=Speler.sr
No activity results to display
Show More
Leave a comment: