add survey

This commit is contained in:
Yan
2017-11-06 18:51:15 +06:30
parent 396baee19c
commit 6917ce2612
11 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
json.extract! settings_account, :id, :title, :account_type, :created_at, :updated_at
json.url settings_account_url(settings_account, format: :json)