Class: Veye::User::ProfileJSON
- Defined in:
- lib/veye/views/user/profile_json.rb
Instance Method Summary collapse
Methods inherited from BaseJSON
Constructor Details
This class inherits a constructor from BaseJSON
Instance Method Details
#format(results) ⇒ Object
6 7 8 |
# File 'lib/veye/views/user/profile_json.rb', line 6 def format(results) @results[:profile] = results end |