7 lines
233 B
Text
7 lines
233 B
Text
<%= f.text_field :name %>
|
|
<%= f.text_area :redirect_uri %>
|
|
<%= f.form_group :confidential do %>
|
|
<%= f.check_box :confidential %>
|
|
<% end %>
|
|
<%= f.collection_check_boxes :scopes, Oauth.scopes, :name, :description %>
|
|
<%= f.primary %>
|