Skip to content

Instantly share code, notes, and snippets.

@laser
Created April 14, 2014 17:33
Show Gist options
  • Save laser/10667944 to your computer and use it in GitHub Desktop.
Save laser/10667944 to your computer and use it in GitHub Desktop.
07: UsersController modifications
class UsersController < ApplicationController
# ...
def create
Services.user_service.create_user user_params
redirect_to action: 'index'
end
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment