Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Adding flavor as a has one on VM
I basically want to search Vms like `vms = Flavor.joins(:vms).where(:flavors => {:name => 't2.micro'})` so that in the api we can filter by flavor name
- Loading branch information