Blog

Archive for the Rails Category


Use Active Record to Create a Row on a Table that Has Foreign Keys
Posted on August 14, 2015 in Rails by Matt Jennings

Assume that the following tables in the same Active Record database:
users – -> blogs (one user can have many blogs) …

Read more