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

TaskListRails!! #10

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

TaskListRails!! #10

wants to merge 12 commits into from

Conversation

nlcurry
Copy link

@nlcurry nlcurry commented Apr 26, 2016

See Gemfile for gems used. Discovered bootstrap while working on this project. It would be fun to explore other uses for bootstrap.

def tasks
@person = Person.find(params[:id])
@tasks = Task.all
end

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is in the people controller, I might name this method "task_by_person" to make it extra clear.

@rmtolmach
Copy link

Nice job, Nadine. Well done exploring bootstrap - you'll get more practice later! 👏

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