Swank Wiki
Recently Visited

Swank v0.04.04

Type: task
Description: get rid of Page::action
Status: DONE
Priority: 2
Assigned:

Notes

get rid of Page::action
Cleanup Swank::Page::action vs Swank::Class::Classless::AUTOLOAD
        action is superfluous, except for:
                DONE recursion check is gone
                DONE and page->meta->fields collection
        call loads a page as needed
        AUTOLOAD does the job, plus also calls compiler now