소스 검색

Typo on key name prevented images being displayed

master
Adrian Short 14 년 전
부모
커밋
38197058c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/helpers/posts_helper.rb

+ 1
- 1
app/helpers/posts_helper.rb 파일 보기

@@ -3,7 +3,7 @@ module PostsHelper
# http://layar.com/documentation/browser/api/getpois-response/
{
:id => post._id,
:imageUrl => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ],
:imageURL => "%s%s/assets/layar-icons/tal-logo-100.png" % [ request.protocol, request.env['HTTP_HOST'] ],
:anchor => {
:geolocation => {
:lat => post.loc['lat'],


불러오는 중...
취소
저장