Created
April 29, 2010 22:26
-
-
Save oleander/384368 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/content/?9112" for 10.192.130.112 at 2010-04-29 15:19:25 | |
Processing by ChannelsSongsController#content as */* | |
Parameters: {"9112"=>nil} | |
ActiveRecord::StatementInvalid (PGError: ERROR: relation "channels_songs" does not exist | |
: SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
FROM pg_attribute a LEFT JOIN pg_attrdef d | |
ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
WHERE a.attrelid = '"channels_songs"'::regclass | |
AND a.attnum > 0 AND NOT a.attisdropped | |
ORDER BY a.attnum | |
): | |
app/controllers/channels_songs_controller.rb:14:in `new' | |
app/controllers/channels_songs_controller.rb:14:in `content' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment