diff options
| author | mo khan <mo@mokhan.ca> | 2015-01-20 20:42:40 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-01-20 20:42:40 -0700 |
| commit | 457646d8ffbf3043195b30b2e20b7350c0ec6a1c (patch) | |
| tree | ec223f63f15ba41859f077154ed99876c127d1f4 /app/controllers/my | |
| parent | d4124da6614d801bfde49313e38a9320f3f6ff3d (diff) | |
replace old infrastructure code with active job.
Diffstat (limited to 'app/controllers/my')
| -rw-r--r-- | app/controllers/my/avatars_controller.rb | 5 |
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 |
