clarion/app/views/api/speakers/index.jbuilder

5 lines
208 B
Plaintext
Raw Normal View History

2015-10-08 02:34:19 +03:00
json.array! @speakers do |speaker|
json.extract! speaker, :user_id, :twitter, :github, :biography, :public_email, :organisation, :last_name, :first_name
json.picture speaker.picture.serializable_hash
end