• S
    Move behavior of `read_attribute` to `AttributeSet` · a89f8a92
    Sean Griffin 提交于
    Moved `Builder` to its own file, as it started looking very weird once I
    added private methods to the `AttributeSet` class and the `Builder`
    class started to grow.
    
    Would like to refactor `fetch_value` to change to
    
    ```ruby
    self[name].value(&block)
    ```
    
    But that requires the attributes to know about their name, which they
    currently do not.
    a89f8a92
active_record.rb 4.5 KB