Rails : can't write unknown attribute `url'
- by user2954789
I am new to ruby on rails,and I am learning by creating a blog. I am not able to save to my blogs table and I get this error "can't write unknown attribute url"
Blogs migration :db/migrate/
class CreateBlogs < ActiveRecord::Migration
--def change
--- create_table :blogs do |t|
---- t.string :title
---- t.text :description
----…