Displaying 1 result from an estimated 1 matches for "locaisvoo".
2006 Nov 24
6
Rails 1.2 RC1 problem
...'15', 'Setúbal'],
['16', 'Viana do Castelo'],
['17', 'Vila Real'],
['18', 'Viseu']
]
end
this is used to polulate some lists on a view, but i get the following
errors. It works fine with rails 1.1.2
/var/rails/LocaisVoo/app/helpers/sites_helper.rb:9: parse error, unexpected
tINTEGER, expecting ']'
['5', 'Castelo Branco'],
^
/var/rails/LocaisVoo/app/helpers/sites_helper.rb:9: parse error, unexpected
tCONSTANT, expecting kEND
['5', 'Castelo Branco'],...