Source: show
# File rhino/rhino/lib/rhino/sieve/helpers.rb 6 def self.real_column_name(scope, column_name) 7 scope.attribute_aliases[column_name] || column_name 8 end