diff options
| -rw-r--r-- | app/controllers/my/avatars_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/my/avatars_controller.rb b/app/controllers/my/avatars_controller.rb index 01bccd36..0b7eddb4 100644 --- a/app/controllers/my/avatars_controller.rb +++ b/app/controllers/my/avatars_controller.rb @@ -2,6 +2,7 @@ module My class AvatarsController < BaseController def initialize(bus = Spank::IOC.resolve(:command_bus)) @bus = bus + super() end def new |
