You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sinatrarb
Hi I'm getting the above error. It seems as though the variable in my
each block somehow is nil. In my main.rb its not, but somewhow in the
procces of passing it to my Haml view it becomes empty. Heres a part
from my rb file:
get '/' do
@results = CACHE.fetch('sun', 900) { getPhotos() }
haml :index
end
And here is from my Haml file:
%ul#photos
- @results.each do |result|
What do you make of this?
Regards
k.h...@finn.de
unread,
May 4, 2011, 1:12:52 PM5/4/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message