projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a52f55d
)
Ah! Fixes the bug that prevented Controller from properly registering mappings.
author
dsc
<dsc@wikimedia.org>
Fri, 13 Apr 2012 19:19:43 +0000 (12:19 -0700)
committer
dsc
<dsc@wikimedia.org>
Fri, 13 Apr 2012 19:19:43 +0000 (12:19 -0700)
lib/server/controller.co
patch
|
blob
|
history
diff --git
a/lib/server/controller.co
b/lib/server/controller.co
index
15b6885
..
2001b9e
100644
(file)
--- a/
lib/server/controller.co
+++ b/
lib/server/controller.co
@@
-64,9
+64,9
@@
class Controller extends Resource
if typeof actions.autoload is 'function'
actions.load = actions.autoload
- super (name or @name), actions, @app
(@app.resources or= {})[@name] = this
@applyControllerMapping()
+ super (name or @name), actions, @app
/**