nnette
#1
i’m getting an unknown attribute: content error message
i already edited this
class CreateMessages < ActiveRecord::Migration
def change
create_table :messages do |t|
t.text :content
t.timestamps
end
end
end
i also rake db:migrate and seed already
zystvan
#2
Hi @nnette,
Could you please post a link to the exercise you’re on? Thanks.
nnette
#3
zystvan
#4
@nnette Your code looks the same as mine, which doesn’t give any errors. Could you try running your code again or switching browsers?
system
closed
#5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.