Last active
May 19, 2017 13:43
-
-
Save damuz91/1305c4ae52a9bb6298cf1f8b5a6006e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= f.select_tag :status, options_for_select(User.statuses_for_select, @user.status) %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment