Method: UpGuard::User#to_json

Defined in:
lib/upguard/User.rb

#to_json(options = nil) ⇒ Object



49
50
51
52
# File 'lib/upguard/User.rb', line 49

def to_json(options = nil)
  h = to_hash
  return h.to_json(options)
end