lib/rom/relation.rb in rom-3.0.0.beta3 vs lib/rom/relation.rb in rom-3.0.0.rc1
- old
+ new
@@ -69,10 +69,10 @@
relation.schema.any?(&:read?) ? schema.to_output_hash : NOOP_OUTPUT_SCHEMA
}
# Return schema attribute
#
- # @return [Schema::Type]
+ # @return [Schema::Attribute]
#
# @api public
def [](name)
schema[name]
end