Undefined method `find' for Status:Class

I’m trying to get radiant 0.6.4 to behave, but it keeps trowing this
errror
at me:

ActionView::TemplateError (undefined method `find’ for Status:Class) on
line
#15 of vendor/radiant/app/views/admin/page/_node.rhtml:
12:
13:
14: <% unless simple -%>
15:

<%=
page.status.name %>
16: <%= link_to image(‘add-child’, :alt =>
‘add
child’), page_new_url(:parent_id => page) %>
17: <%= link_to image(‘remove’, :alt => ‘remove
page’), page_remove_url(:id => page) %>
18: <% end -%>

This behaviour is same, regardles of the frozen radiant version (tried
with
0.6.4 tag, and with edge). I’ve also reinstalled radiant gem, but can’t
lose
the error. Any ideas?

Yesterday I decided to let it sleep. Today I unfroze, then froze radiant
to
the :edge, again. Oh, I also upgraded rubygems and rake gems. And now it
works. I feel I’m beginning to understand what they mean when they say
Rails
is ful of magick. Go figure. :slight_smile: