Johnathon E Wright
Results
23
issues of
Johnathon E Wright
use case: ``` class Interface has_value :medium end class TestInterface < Interface default_for :medium, TestMedium.new(...) end ```
[Version 4](https://github.com/rails/rails/tree/4-0-stable/activemodel) ``` class Valuable ... include ActiveModel::Model end ``` [Version 3](https://github.com/rails/rails/tree/3-2-stable/activemodel) ``` class Valuable extend ActiveModel::Callbacks extend ActiveModel::Naming extend ActiveModel::Translation include ActiveModel::Validations end ```