mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
updated before_filters to before_actions as recommended for rails 4
This commit is contained in:
committed by
Jonne Haß
parent
244388fcb5
commit
f33038f105
@@ -3,7 +3,7 @@
|
||||
# the COPYRIGHT file.
|
||||
|
||||
class ContactsController < ApplicationController
|
||||
before_filter :authenticate_user!
|
||||
before_action :authenticate_user!
|
||||
|
||||
use_bootstrap_for :index, :spotlight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user