> > Is there any content in those files beyond what you've mentioned?
> No, the contents is exact what I wrote here(copy and paste ;)
>
> Can you try it in your workspace?
# cat new_extension_extension.rb
class NewExtensionExtension < Radiant::Extension
def activate
CategoryPage
end
end
# cat app/models/category_page.rb
class CategoryPage < ArchivePage
end
# ruby script/console
Loading development environment.
>> CategoryPage
=> CategoryPage
Seems to load up the extension fine. Have you tried without page_attachments
installed?
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant