app/controllers/native/application_controller.rb in native-1.0.0 vs app/controllers/native/application_controller.rb in native-2.0.0

- old
+ new

@@ -1,5 +1,10 @@ class Native::ApplicationController < ActionController::Base + + def set_app_owner + current_user if current_user + end + end