summaryrefslogtreecommitdiff
path: root/app/controllers/my
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-20 20:42:40 -0700
committermo khan <mo@mokhan.ca>2015-01-20 20:42:40 -0700
commit457646d8ffbf3043195b30b2e20b7350c0ec6a1c (patch)
treeec223f63f15ba41859f077154ed99876c127d1f4 /app/controllers/my
parentd4124da6614d801bfde49313e38a9320f3f6ff3d (diff)
replace old infrastructure code with active job.
Diffstat (limited to 'app/controllers/my')
-rw-r--r--app/controllers/my/avatars_controller.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/my/avatars_controller.rb b/app/controllers/my/avatars_controller.rb
index 4c297bdd..b60eda71 100644
--- a/app/controllers/my/avatars_controller.rb
+++ b/app/controllers/my/avatars_controller.rb
@@ -1,10 +1,5 @@
module My
class AvatarsController < BaseController
- def initialize(bus = Spank::IOC.resolve(:command_bus))
- @bus = bus
- super()
- end
-
def new
@avatar = current_user.avatar || Photo.new
end