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

Ex1〜6 の解答を作成しました。 #15

Closed
wants to merge 8 commits into from

Commits on Jul 31, 2017

  1. ✨ Fix a test for Ex1

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    8ae8f87 View commit details
    Browse the repository at this point in the history
  2. ♻️ Extract a method

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    a4d5d32 View commit details
    Browse the repository at this point in the history
  3. ✨ Fix a test for Ex2

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    84447f5 View commit details
    Browse the repository at this point in the history
  4. ✨ Fix a test for Ex3

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    298affc View commit details
    Browse the repository at this point in the history
  5. ✨ Fix a test for Ex4

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    fc37eb4 View commit details
    Browse the repository at this point in the history
  6. ✨ Fix a test for Ex5

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    f41ce2f View commit details
    Browse the repository at this point in the history
  7. ♻️ Fix missing newline

    sinsoku committed Jul 31, 2017
    Copy the full SHA
    29fbf2c View commit details
    Browse the repository at this point in the history
  8. ♻️ Use optional instead of required

    Because the rquired option is deprecated from Rails v5.0.
    
    see also: http://api.rubyonrails.org/classes/ActiveRecord/Associations/ClassMethods.html#method-i-belongs_to
    sinsoku committed Jul 31, 2017
    Copy the full SHA
    176456a View commit details
    Browse the repository at this point in the history