Sha256: 3fe50a37611202292f0dba320689e09f8f2038591227026cfdafadadf9d33d57
Contents?: true
Size: 515 Bytes
Versions: 11
Compression:
Stored size: 515 Bytes
Contents
.profiles--form = form_for profile do |f| .field %label email = f.text_field :email .field %label role = f.select :role, options_for_select(Wco::Profile.roles_list, selected: profile.role ) .field %label schwab_access_token = f.text_field :schwab_access_token .field %label schwab_refresh_token = f.text_field :schwab_refresh_token .field %label schwab_id_token = f.text_field :schwab_id_token .actions = f.submit 'Go'
Version data entries
11 entries across 11 versions & 1 rubygems