Skip to content

A demonstration of has one association of rails

Notifications You must be signed in to change notification settings

JuzerShakir/has_one

Repository files navigation

Rails Association (has_one)

Here is an article that gives detailed explaination of this association with the following example: “A user can have only one passport.”


❗ What needs to be done?

Must accomplish the following:

  • Able to associate 2 tables/models through has_one association.

📋 Execution

Run the following commands to execute locally:

The following will install required version of ruby (make sure rvm is installed.)

rvm install x
rvm use x
git clone git@github.com:JuzerShakir/has_one.git
cd has_one
bundle install
rails c

About

A demonstration of has one association of rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published