Method: ActiveRecord::Base.aliased_attributes

Defined in:
lib/common_lib/active_record/base.rb

.aliased_attributesObject

for those classes that don’t use the feature, just add the method.



131
132
133
# File 'lib/common_lib/active_record/base.rb', line 131

def self.aliased_attributes
	{}
end