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

Fix missing attribute error and typo in Getting Started: Using Concerns #40847

Merged
merged 2 commits into from Dec 16, 2020

Commits on Dec 15, 2020

  1. Fix missing attribute error and typo in Getting Started: Using Concerns

    By following the guide "Using Concerns", application will raise `ActiveModel::MissingAttributeError` as` status` column is not added.
    The following three actions will fix this issue:
    1. run migration commands
    2. include a select box in forms when creating/editing articles and comments
    3. permit `:status` key in strong parameter
    
    With reference to:
    https://guides.rubyonrails.org/active_record_migrations.html#creating-a-standalone-migration
    
    Fix a slight typo for module `Visible`.
    david-eom committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    38f8bd0 View commit details
    Browse the repository at this point in the history
  2. Update getting_started.md

    david-eom committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    0d74472 View commit details
    Browse the repository at this point in the history