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

Users can see debts #75

Open
wants to merge 3 commits into
base: debts_are_displayed_on_a_bet
Choose a base branch
from

Commits on Apr 11, 2017

  1. Create DebtsController

    -Added empty index and update methods for DebtsController. The index
    method will output all the debts for a particular user; the update
    method will update the debt's :payment_date column when the debt is
    resolved;
    -Added debts as subresources for users.
    LeonTenko committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    a4eeef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2abd186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db96be View commit details
    Browse the repository at this point in the history