lilfaf/cubbyhole

View on GitHub
app/controllers/registrations_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class RegistrationsController < Devise::RegistrationsController
  skip_before_filter  :verify_authenticity_token

  protected

    def after_update_path_for(resource)
      edit_user_registration_path
    end
end