Method: Atlas::User#initialize

Defined in:
lib/atlas/user.rb

#initialize(tag, hash = {}) ⇒ User



13
14
15
16
17
# File 'lib/atlas/user.rb', line 13

def initialize(tag, hash = {})
  hash['profile'] = hash['profile_markdown']

  super(tag, hash)
end