module Mobility::Plugins::AttributeMethods::InstanceMethods

Public Instance Methods

attributes() click to toggle source
Calls superclass method
# File lib/mobility/plugins/attribute_methods.rb, line 42
def attributes
  super.merge(translated_attributes)
end
translated_attributes() click to toggle source
# File lib/mobility/plugins/attribute_methods.rb, line 38
def translated_attributes
  {}
end