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

todo_app #7

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

todo_app #7

wants to merge 27 commits into from

Conversation

kbondanza
Copy link

@kbondanza kbondanza commented Feb 2, 2015

nothing works, very frustrating.


This change is Reviewable

…r Projects, Lists, Tasks, and Notes. Connected the forms to edit and new for Projects, Lists, Tasks, and Notes. Filled out the index and show.html.erb for projects.
…e stylesheet, as that was giving me an error.
… So I deleted pretty much everything. So I'm starting over.
…tried to start eveything over yesterday but it was worse than the original.
# resources :products
# end
root 'tasks#index'
resources :tasks, only: [:index, :show, :new, :create, :edit, :update, :destroy] do
Copy link

Choose a reason for hiding this comment

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

If you're using all the resources, you don't have to tell it 'only' all of them. You could just say resources :tasks do ...

@tibbon
Copy link

tibbon commented Feb 2, 2015

Can you tell me a bit more about what you mean by nothing works? The code here looks to be an ok start, but I haven't tried running it yet myself. Seems like you're on the right path.

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