gadzorg/gram2_api_server

View on GitHub
app/views/api/v2/accounts/_form_edit.html.haml

Summary

Maintainability
Test Coverage
= form_for @account, as: :account, url: url_for(controller: "accounts", action: "update") do |f|
  = render 'form_fields', f: f
  .actions
    = f.submit