t-k / ar2gostruct

Generate Go (golang) Struct from activerecord models
https://rubygems.org/gems/ar2gostruct
MIT License
35 stars 4 forks source link

Golang to ruby #1

Open okpatil4u opened 9 years ago

okpatil4u commented 9 years ago

Is it possible to reverse the process in same gem ? Golang doesn't have good admin portals like rails_admin, active_admin. If this gem could reverse the process from golang struct to rails model, it would be really helpful.

jinzhu commented 9 years ago

@okpatil4u you should look at https://github.com/qor/qor ;)

It could be used as a admin like rails/active admin