remove duplicate before_filter
Created by: jouve
before_filter :authenticate_user!
in controllers inheriting from ApplicationController are useless because ApplicationController already sets it.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Created by: jouve
before_filter :authenticate_user!
in controllers inheriting from ApplicationController are useless because ApplicationController already sets it.