Skip to content

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