Displaying 1 result from an estimated 1 matches for "fotoscontrol".
Did you mean:
foocontrol
2011 Sep 18
9
Rails 3 and postgresql
...acks_id_seq''::regclass)
nombre | character varying(40) |
path | character varying(250) |
in a method I have :
id = params[:album].to_i
@album = Pack.find id
That is the sentence located using debugger. The answer in the browser:
ActiveRecord::StatementInvalid in FotosController#inic
PGError: ERROR: zero-length delimited identifier at or near """"
LINE 1: SELECT "packs".* FROM "packs" WHERE "packs"."" = $1 LIMIT ...
^
: SELECT "packs".* FROM &...