RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: davelab
Hi! thank you for the tutorial, very helpfull.
i've a question
which is the difference between this two sintax
Entry.create!(name: "Aaron Patterson") and Entry.create(:name => "Aaron Patterson")
beacause the first generates an error at command rake db:seed
Hi! thank you for the tutorial, very helpfull.
i've a question
which is the difference between this two sintax
Entry.create!(name: "Aaron Patterson")
and
Entry.create(:name => "Aaron Patterson")
beacause the first generates an error at command rake db:seed