An open API service indexing awesome lists of open source software.

https://github.com/firedev/asma


https://github.com/firedev/asma

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# README

```
rails db:setup
```
```
$ rails db:setup
Created database 'storage/development.sqlite3'
Created database 'storage/test.sqlite3'
Assets: 1
Cars: 1
Transactions: 1
```
```
Transaction.first.asset.car # car_id
Transaction.first.asset.assetable # polymorphic
```