Skip to content

[refresh] incorrect URL in routes for creating a Post #81

@mindscratch

Description

@mindscratch

The routes file (https://github.com/NateW/obtvse/blob/refresh/config/routes.rb#L6) has

post '/edit/:id', :to => 'posts#update'

But it should be

post '/posts', :to => 'posts#create'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions