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

Changed the "edit" action to "update" action #596

Merged
merged 1 commit into from Mar 2, 2015
Merged

Conversation

pacergh
Copy link
Contributor

@pacergh pacergh commented Mar 2, 2015

The action was set to "edit," causing attempts to update/edit users to fail. Changing to "update" used the "update" method in the users_controller.rb rather than the edit method, resolving the issue.

The action was set to "edit," causing attempts to update/edit users to fail.  Changing to "update" used the "update" method in the users_controller.rb rather than the edit method, resolving the issue.
mvz added a commit that referenced this pull request Mar 2, 2015
Changed the "edit" action to "update" action
@mvz mvz merged commit 1c555b8 into publify:master Mar 2, 2015
@mvz
Copy link
Member

mvz commented Mar 2, 2015

Thanks!

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.

None yet

2 participants