Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created articles model and migrated db #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

created articles model and migrated db #1

wants to merge 5 commits into from

Conversation

jkufro
Copy link

@jkufro jkufro commented May 2, 2018

created an articles model with attributes: title, content, category_id, and active. title and content are required, and it has two scopes: active and alphabetical. An article belongs to a category.

@FEland
Copy link
Owner

FEland commented May 2, 2018

"I really like the idea of adding articles, but I think it needs more than just the models before I can make a decision. After all, Rails is all about MVC working together, not just the M portion in isolation. If the views and controller are in working order, then I'll pull this into my project."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants