Skip to content

Instantly share code, notes, and snippets.

@satomixx
Created March 27, 2015 06:44
Show Gist options
  • Save satomixx/e4d1f70ce9dac94640a7 to your computer and use it in GitHub Desktop.
Save satomixx/e4d1f70ce9dac94640a7 to your computer and use it in GitHub Desktop.
Devise 3.x, Rails4.x で create時に、ActionController::UnknownFormat in Devise::RegistrationsController#new が出るとき ref: http://qiita.com/tsumekoara/items/dfb392c05f38545501a8
= simple_form_for(resource, as: resource_name, url: user_registration_path(resource_name)) do |f|
↓↓
= simple_form_for(resource, as: resource_name, url: user_registration_path) do |f|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment