class Models::Register

Public Instance Methods

transform() click to toggle source
Calls superclass method
# File lib/models/register.rb, line 14
def transform
  super.tap do |hash|
    hash.delete 'attributes'
  end
end