furnace.actions: better using.
parent
c4d179643b
commit
2c378da929
|
@ -1,9 +1,10 @@
|
||||||
! Copyright (C) 2008, 2009 Slava Pestov.
|
! Copyright (C) 2008, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs combinators fry furnace.conversations
|
USING: accessors assocs combinators fry furnace.conversations
|
||||||
furnace.utilities html.forms html.templates.chloe http
|
furnace.utilities html.forms http http.server
|
||||||
http.server http.server.responses kernel namespaces sequences
|
http.server.responses kernel namespaces sequences splitting urls
|
||||||
splitting urls validators ;
|
validators ;
|
||||||
|
FROM: html.templates.chloe => <chloe> ;
|
||||||
IN: furnace.actions
|
IN: furnace.actions
|
||||||
|
|
||||||
SYMBOL: rest
|
SYMBOL: rest
|
||||||
|
|
Loading…
Reference in New Issue