spec/dummy/app/controllers/authenticated_controller.rb in bookingsync-engine-2.0.2 vs spec/dummy/app/controllers/authenticated_controller.rb in bookingsync-engine-3.0.0

- old
+ new

@@ -1,6 +1,6 @@ class AuthenticatedController < ApplicationController - before_filter :authenticate_account! + before_action :authenticate_account! def index end end