app/controllers/native/application_controller.rb in native-2.0.0 vs app/controllers/native/application_controller.rb in native-2.0.1
- old
+ new
@@ -1,7 +1,2 @@
class Native::ApplicationController < ActionController::Base
-
- def set_app_owner
- current_user if current_user
- end
-
end