Module: FieldInfo::NullFieldInfo
- Defined in:
 - app/models/field_info.rb
 
Overview
A NullFieldInfo when combined with a FieldInfo (via &) will return that field_info
Class Method Summary collapse
Class Method Details
.&(other) ⇒ Object
      11 12 13  | 
    
      # File 'app/models/field_info.rb', line 11 def self.&(other) other end  |