static_model
static_model copied to clipboard
ActiveRecord like functionalities for reading from YAML with a simple class implementation
Results
2
static_model issues
Sort by
recently updated
recently updated
newest added
This association doesn't seem to work anymore: ``` Lets say our Books have many Readers. Book is our StaticModel, but a Reader is an ActiveRecord model. class Reader < ActiveRecord::Base...
This is my first time using github, and my first time using Ruby, so I'll start by apologizing for anything and everything, just in case. :) I was having trouble...