method
fetch_attribute
v7.2.3 -
Show latest stable
- Class:
Arel
fetch_attribute(value, &block)public
No documentation available.
# File activerecord/lib/arel.rb, line 68
def self.fetch_attribute(value, &block) # :nodoc:
unless String === value
value.fetch_attribute(&block)
end
end