cirandas.net

ref: master

plugins/open_graph/views/open_graph_plugin/myprofile/_profile_search.jsonify


self.formats = [:html]
profiles.each do |p|
  json << {
    value: p.id, label: render('open_graph_plugin/myprofile/ac_profile', profile: p),
  }
end