Skip to content

Instantly share code, notes, and snippets.

@viktor-shmigol
Created September 1, 2016 07:41
Show Gist options
  • Save viktor-shmigol/63015b4aa950c6171a72e7cd4e8d6cbf to your computer and use it in GitHub Desktop.
Save viktor-shmigol/63015b4aa950c6171a72e7cd4e8d6cbf to your computer and use it in GitHub Desktop.
= select :user, :type, options_for_select(User::TYPES, selected: user.type), {}, data: { remote: true, url: admin_user_path(user.id, type: params[:type]), method: :put }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment